MIPS: Convert the irq functions to the new names
[sfrench/cifs-2.6.git] / arch / mips / sibyte / sb1250 / irq.c
index fd269ea8d8a85cbe71ca3b1e0c31e40ecf80f2d3..be4460a5f6a89634aeb589513c91059a773af13d 100644 (file)
@@ -190,7 +190,8 @@ void __init init_sb1250_irqs(void)
        int i;
 
        for (i = 0; i < SB1250_NR_IRQS; i++) {
-               set_irq_chip_and_handler(i, &sb1250_irq_type, handle_level_irq);
+               irq_set_chip_and_handler(i, &sb1250_irq_type,
+                                        handle_level_irq);
                sb1250_irq_owner[i] = 0;
        }
 }