Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
sh: Configurable timer IRQ.
[linux-2.6.git]
/
arch
/
sh
/
kernel
/
timers
/
timer-cmt.c
diff --git
a/arch/sh/kernel/timers/timer-cmt.c
b/arch/sh/kernel/timers/timer-cmt.c
index 30687383d4b0f280479933c8ee6eadb38dd8186a..24b03996da51c3cc907cffe3e4ca437840068fa1 100644
(file)
--- 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)
cmt_clock_enable();
- setup_irq(TIMER_IRQ, &cmt_irq);
+ setup_irq(
CONFIG_SH_
TIMER_IRQ, &cmt_irq);
cmt0_clk.parent = clk_get("module_clk");