diff options
Diffstat (limited to 'arch/arm/include/asm/smp_twd.h')
-rw-r--r-- | arch/arm/include/asm/smp_twd.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/include/asm/smp_twd.h b/arch/arm/include/asm/smp_twd.h index 16c89b793f90..8047e6e580b6 100644 --- a/arch/arm/include/asm/smp_twd.h +++ b/arch/arm/include/asm/smp_twd.h | |||
@@ -40,4 +40,12 @@ struct twd_local_timer name __initdata = { \ | |||
40 | 40 | ||
41 | int twd_local_timer_register(struct twd_local_timer *); | 41 | int twd_local_timer_register(struct twd_local_timer *); |
42 | 42 | ||
43 | #ifdef CONFIG_HAVE_ARM_TWD | ||
44 | void twd_local_timer_of_register(void); | ||
45 | #else | ||
46 | static inline void twd_local_timer_of_register(void) | ||
47 | { | ||
48 | } | ||
49 | #endif | ||
50 | |||
43 | #endif | 51 | #endif |