aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/timers/timer-cmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/timers/timer-cmt.c')
-rw-r--r--arch/sh/kernel/timers/timer-cmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/timers/timer-cmt.c b/arch/sh/kernel/timers/timer-cmt.c
index 30687383d4b0..24b03996da51 100644
--- a/arch/sh/kernel/timers/timer-cmt.c
+++ b/arch/sh/kernel/timers/timer-cmt.c
@@ -169,7 +169,7 @@ static int cmt_timer_init(void)
169 169
170 cmt_clock_enable(); 170 cmt_clock_enable();
171 171
172 setup_irq(TIMER_IRQ, &cmt_irq); 172 setup_irq(CONFIG_SH_TIMER_IRQ, &cmt_irq);
173 173
174 cmt0_clk.parent = clk_get("module_clk"); 174 cmt0_clk.parent = clk_get("module_clk");
175 175