diff mbox

[7/7] ARM: shmobile: Remove obsolete twd_local_timer declaration

Message ID 1438711392-23763-8-git-send-email-geert+renesas@glider.be (mailing list archive)
State Accepted
Commit b62708ac3f5ebfd3a15bd65fd48ed013c5f166bf
Headers show

Commit Message

Geert Uytterhoeven Aug. 4, 2015, 6:03 p.m. UTC
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>
---
 arch/arm/mach-shmobile/common.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/common.h b/arch/arm/mach-shmobile/common.h
index 2a350b48b893a1b6..0833a6ed02e4a127 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;