Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a365e53f authored by Ralf Baechle's avatar Ralf Baechle
Browse files

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

parent b8828d3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;