summaryrefslogtreecommitdiff
path: root/arch/frv/kernel/irq-mb93091.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-03-29 14:05:13 +0100
committerDavid Howells <dhowells@redhat.com>2011-03-29 14:05:13 +0100
commit60af3ab1e6b0b7a1bdbb7392134c27e6be9630df (patch)
tree21a55b8c9bc64fc099ab2136df9db70d044f5ca8 /arch/frv/kernel/irq-mb93091.c
parenta9554c3a5d02d50aeff08203ca8dd1e2dffdaa0d (diff)
FRV: Convert genirq namespace
Convert to new function names. Converted with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'arch/frv/kernel/irq-mb93091.c')
-rw-r--r--arch/frv/kernel/irq-mb93091.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/frv/kernel/irq-mb93091.c b/arch/frv/kernel/irq-mb93091.c
index f007aaf1426..9afc2ea400d 100644
--- a/arch/frv/kernel/irq-mb93091.c
+++ b/arch/frv/kernel/irq-mb93091.c
@@ -146,9 +146,9 @@ void __init fpga_init(void)
__clr_IFR(0x0000);
for (irq = IRQ_BASE_FPGA + 1; irq <= IRQ_BASE_FPGA + 14; irq++)
- set_irq_chip_and_handler(irq, &frv_fpga_pic, handle_level_irq);
+ irq_set_chip_and_handler(irq, &frv_fpga_pic, handle_level_irq);
- set_irq_chip_and_handler(IRQ_FPGA_NMI, &frv_fpga_pic, handle_edge_irq);
+ irq_set_chip_and_handler(IRQ_FPGA_NMI, &frv_fpga_pic, handle_edge_irq);
/* the FPGA drives the first four external IRQ inputs on the CPU PIC */
setup_irq(IRQ_CPU_EXTERNAL0, &fpga_irq[0]);