diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-11-19 21:18:30 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-12-05 20:45:37 -0500 |
commit | 417528a2e35f46bc42721de5c4efd33a0eba019d (patch) | |
tree | 622d88ef2f82910063e841fd70d8720465c4dcef /arch/sh/kernel/timers/timer-cmt.c | |
parent | 716067f28931d46b9f460acbeae1478a337e58ec (diff) |
sh: Configurable timer IRQ.
All of the various CPU subtypes currently hardcode TIMER_IRQ,
switch this to a config option in the few places we need this.
This allows further removal of hardcoded IRQ headers..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/timers/timer-cmt.c')
-rw-r--r-- | arch/sh/kernel/timers/timer-cmt.c | 2 |
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 | ||