From: Ralf Baechle Date: Fri, 7 Jul 2006 22:49:30 +0000 (+0100) Subject: [MIPS] IP27: struct irq_desc member handler was renamed to chip. X-Git-Tag: v2.6.18-rc2~81^2~19 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a365e53fe147e2ab2c902ddb35193dae4fb976e7;p=karo-tx-linux.git [MIPS] IP27: struct irq_desc member handler was renamed to chip. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/sgi-ip27/ip27-timer.c b/arch/mips/sgi-ip27/ip27-timer.c index f3775aa9b9de..6779909fd3c4 100644 --- a/arch/mips/sgi-ip27/ip27-timer.c +++ b/arch/mips/sgi-ip27/ip27-timer.c @@ -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;