dect
/
linux-2.6
Archived
13
0
Fork 0

[MIPS] IP27: struct irq_desc member handler was renamed to chip.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2006-07-07 23:49:30 +01:00
parent b8828d3e0d
commit a365e53fe1
1 changed files with 1 additions and 1 deletions

View 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;