MIPS: Convert the irq functions to the new names
[linux-drm-fsl-dcu.git] / arch / mips / kernel / irq_txx9.c
index 526e1581549a53c2216bca5445e8f3602cb5fb81..b0c55b50218e9e4f1940e3fcd518aa8aecb55fda 100644 (file)
@@ -154,8 +154,8 @@ void __init txx9_irq_init(unsigned long baseaddr)
        for (i = 0; i < TXx9_MAX_IR; i++) {
                txx9irq[i].level = 4; /* middle level */
                txx9irq[i].mode = TXx9_IRCR_LOW;
-               set_irq_chip_and_handler(TXX9_IRQ_BASE + i,
-                                        &txx9_irq_chip, handle_level_irq);
+               irq_set_chip_and_handler(TXX9_IRQ_BASE + i, &txx9_irq_chip,
+                                        handle_level_irq);
        }
 
        /* mask all IRC interrupts */