summaryrefslogtreecommitdiff
path: root/arch/sh/kernel/timers/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/timers/timer.c')
-rw-r--r--arch/sh/kernel/timers/timer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/kernel/timers/timer.c b/arch/sh/kernel/timers/timer.c
index f3bd1413d568..920891acb779 100644
--- a/arch/sh/kernel/timers/timer.c
+++ b/arch/sh/kernel/timers/timer.c
@@ -17,9 +17,6 @@ static struct sys_timer *sys_timers[] = {
#ifdef CONFIG_SH_TMU
&tmu_timer,
#endif
-#ifdef CONFIG_SH_MTU2
- &mtu2_timer,
-#endif
NULL,
};