]> nv-tegra.nvidia Code Review - linux-3.10.git/blobdiff - arch/mips/sgi-ip22/ip22-time.c
[MIPS] IP22: Fix hang due to messing with timer interrupt handler
[linux-3.10.git] / arch / mips / sgi-ip22 / ip22-time.c
index 9b9bffd2e8fb261a6322eadb615d794b1bf7aac0..10e50549165588b13cfc5a63e17a57539f7812ba 100644 (file)
@@ -192,12 +192,3 @@ void indy_8254timer_irq(void)
        ArcEnterInteractiveMode();
        irq_exit();
 }
-
-void __init plat_timer_setup(struct irqaction *irq)
-{
-       /* over-write the handler, we use our own way */
-       irq->handler = no_action;
-
-       /* setup irqaction */
-       setup_irq(SGI_TIMER_IRQ, irq);
-}