提交 a365e53f 编写于 作者: R Ralf Baechle

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

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 b8828d3e
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册