diff options
Diffstat (limited to 'arch/sh/kernel/timers/timer-tmu.c')
-rw-r--r-- | arch/sh/kernel/timers/timer-tmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/timers/timer-tmu.c b/arch/sh/kernel/timers/timer-tmu.c index 24927015dc31..06a70db7386d 100644 --- a/arch/sh/kernel/timers/timer-tmu.c +++ b/arch/sh/kernel/timers/timer-tmu.c | |||
@@ -149,7 +149,7 @@ static int tmu_timer_init(void) | |||
149 | { | 149 | { |
150 | unsigned long interval; | 150 | unsigned long interval; |
151 | 151 | ||
152 | setup_irq(TIMER_IRQ, &tmu_irq); | 152 | setup_irq(CONFIG_SH_TIMER_IRQ, &tmu_irq); |
153 | 153 | ||
154 | tmu0_clk.parent = clk_get("module_clk"); | 154 | tmu0_clk.parent = clk_get("module_clk"); |
155 | 155 | ||