diff options
Diffstat (limited to 'arch/sh/kernel/timers/timer.c')
-rw-r--r-- | arch/sh/kernel/timers/timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/timers/timer.c b/arch/sh/kernel/timers/timer.c index 920891acb77..f8812bd3b79 100644 --- a/arch/sh/kernel/timers/timer.c +++ b/arch/sh/kernel/timers/timer.c @@ -14,9 +14,6 @@ #include <asm/timer.h> static struct sys_timer *sys_timers[] = { -#ifdef CONFIG_SH_TMU - &tmu_timer, -#endif NULL, }; |