aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2006-07-07 18:49:30 -0400
committerRalf Baechle <ralf@linux-mips.org>2006-07-13 16:26:12 -0400
commita365e53fe147e2ab2c902ddb35193dae4fb976e7 (patch)
tree9721e9d779b0d613abd6dac3a0a51f5399c3245d /arch/mips/sgi-ip27
parentb8828d3e0d0fa33ac7f6dbd7c6820d9e0f7be40d (diff)
[MIPS] IP27: struct irq_desc member handler was renamed to chip.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip27')
-rw-r--r--arch/mips/sgi-ip27/ip27-timer.c2
1 files changed, 1 insertions, 1 deletions
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)
234 irq_desc[irqno].status = IRQ_DISABLED; 234 irq_desc[irqno].status = IRQ_DISABLED;
235 irq_desc[irqno].action = NULL; 235 irq_desc[irqno].action = NULL;
236 irq_desc[irqno].depth = 1; 236 irq_desc[irqno].depth = 1;
237 irq_desc[irqno].handler = &rt_irq_type; 237 irq_desc[irqno].chip = &rt_irq_type;
238 238
239 /* over-write the handler, we use our own way */ 239 /* over-write the handler, we use our own way */
240 irq->handler = no_action; 240 irq->handler = no_action;