]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[MIPS] IP27: struct irq_desc member handler was renamed to chip.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 7 Jul 2006 22:49:30 +0000 (23:49 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jul 2006 20:26:12 +0000 (21:26 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip27/ip27-timer.c

index f3775aa9b9dee7f9c2c631663cb3b30fec146316..6779909fd3c42b5944dbe160473f2356755b84ed 100644 (file)
@@ -234,7 +234,7 @@ static void ip27_timer_setup(struct irqaction *irq)
        irq_desc[irqno].status = IRQ_DISABLED;
        irq_desc[irqno].action = NULL;
        irq_desc[irqno].depth = 1;
-       irq_desc[irqno].handler = &rt_irq_type;
+       irq_desc[irqno].chip = &rt_irq_type;
 
        /* over-write the handler, we use our own way */
        irq->handler = no_action;