浏览代码

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 19 年之前
父节点
当前提交
a365e53fe1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/sgi-ip27/ip27-timer.c

+ 1 - 1
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].status = IRQ_DISABLED;
 	irq_desc[irqno].action = NULL;
 	irq_desc[irqno].action = NULL;
 	irq_desc[irqno].depth = 1;
 	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 */
 	/* over-write the handler, we use our own way */
 	irq->handler = no_action;
 	irq->handler = no_action;