diff options
Diffstat (limited to 'arch/sh/include/asm/timer.h')
-rw-r--r-- | arch/sh/include/asm/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/timer.h b/arch/sh/include/asm/timer.h index 4c3b66e30af2..8f80a55c04ae 100644 --- a/arch/sh/include/asm/timer.h +++ b/arch/sh/include/asm/timer.h | |||
@@ -23,7 +23,7 @@ struct sys_timer { | |||
23 | 23 | ||
24 | #define TICK_SIZE (tick_nsec / 1000) | 24 | #define TICK_SIZE (tick_nsec / 1000) |
25 | 25 | ||
26 | extern struct sys_timer tmu_timer, cmt_timer, mtu2_timer; | 26 | extern struct sys_timer tmu_timer, mtu2_timer; |
27 | extern struct sys_timer *sys_timer; | 27 | extern struct sys_timer *sys_timer; |
28 | 28 | ||
29 | #ifndef CONFIG_GENERIC_TIME | 29 | #ifndef CONFIG_GENERIC_TIME |