[MIPS] EMMA 2 / Markeins: Fix build wreckage due to genirq wreckage.

I wonder if the original contributor still cares ...

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+3 -3
+1 -1
arch/mips/emma2rh/common/irq_emma2rh.c
··· 97 97 irq_desc[i].status = IRQ_DISABLED; 98 98 irq_desc[i].action = NULL; 99 99 irq_desc[i].depth = 1; 100 - irq_desc[i].handler = &emma2rh_irq_controller; 100 + irq_desc[i].chip = &emma2rh_irq_controller; 101 101 } 102 102 103 103 emma2rh_irq_base = irq_base;
+2 -2
arch/mips/emma2rh/markeins/irq_markeins.c
··· 86 86 irq_desc[i].status = IRQ_DISABLED; 87 87 irq_desc[i].action = NULL; 88 88 irq_desc[i].depth = 2; 89 - irq_desc[i].handler = &emma2rh_sw_irq_controller; 89 + irq_desc[i].chip = &emma2rh_sw_irq_controller; 90 90 } 91 91 92 92 emma2rh_sw_irq_base = irq_base; ··· 166 166 irq_desc[i].status = IRQ_DISABLED; 167 167 irq_desc[i].action = NULL; 168 168 irq_desc[i].depth = 2; 169 - irq_desc[i].handler = &emma2rh_gpio_irq_controller; 169 + irq_desc[i].chip = &emma2rh_gpio_irq_controller; 170 170 } 171 171 172 172 emma2rh_gpio_irq_base = irq_base;