ARM: riscpc: remove IRQ_TIMER
authorRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Mar 2012 16:55:44 +0000 (16:55 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 24 Mar 2012 09:37:36 +0000 (09:37 +0000)
Use IRQ_TIMER0 instead, which is the same thing.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-rpc/include/mach/irqs.h
arch/arm/mach-rpc/time.c

index 3d20374..6868e17 100644 (file)
@@ -42,6 +42,4 @@
  */
 #define FIQ_START              64
 
-#define IRQ_TIMER              IRQ_TIMER0
-
 #define NR_IRQS                        128
index deeed56..581fca9 100644 (file)
@@ -85,7 +85,7 @@ static struct irqaction ioc_timer_irq = {
 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 = {