commit | 927b6c4da9e30f8f55add2e19487e71415c85bda | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Mar 01 16:55:44 2012 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 24 09:37:36 2012 +0000 |
tree | baf834af27cc46e2fff291a9fcb48cee03bf80c9 | |
parent | 18a66d5ae982c1e07d67a85e3723a1838caf79f6 [diff] [blame] |
ARM: riscpc: remove IRQ_TIMER Use IRQ_TIMER0 instead, which is the same thing. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mach-rpc/time.c b/arch/arm/mach-rpc/time.c index deeed56..581fca9 100644 --- a/arch/arm/mach-rpc/time.c +++ b/arch/arm/mach-rpc/time.c
@@ -85,7 +85,7 @@ static void __init ioc_timer_init(void) { ioctime_init(); - setup_irq(IRQ_TIMER, &ioc_timer_irq); + setup_irq(IRQ_TIMER0, &ioc_timer_irq); } struct sys_timer ioc_timer = {