diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-08-04 18:03:12 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-09-14 00:58:10 (GMT) |
commit | b62708ac3f5ebfd3a15bd65fd48ed013c5f166bf (patch) | |
tree | 9176ac57f2bb7982787222751d5121ccb78c357b | |
parent | 93161cb4c3c27517f1b4516a880adaf7df4112e2 (diff) | |
download | linux-b62708ac3f5ebfd3a15bd65fd48ed013c5f166bf.tar.xz |
ARM: shmobile: Remove obsolete twd_local_timer declaration
The last user of twd_local_timer was removed in commit c99cd90d98a98aa1
("ARM: shmobile: r8a7779: Remove legacy SoC code").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r-- | arch/arm/mach-shmobile/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/common.h b/arch/arm/mach-shmobile/common.h index 2a350b4..0833a6e 100644 --- a/arch/arm/mach-shmobile/common.h +++ b/arch/arm/mach-shmobile/common.h @@ -2,7 +2,6 @@ #define __ARCH_MACH_COMMON_H extern void shmobile_init_delay(void); -struct twd_local_timer; extern void shmobile_boot_vector(void); extern unsigned long shmobile_boot_fn; extern unsigned long shmobile_boot_arg; |