diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 14:05:13 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2011-03-29 14:05:13 +0100 |
commit | 60af3ab1e6b0b7a1bdbb7392134c27e6be9630df (patch) | |
tree | 21a55b8c9bc64fc099ab2136df9db70d044f5ca8 /arch/frv/kernel/irq-mb93493.c | |
parent | a9554c3a5d02d50aeff08203ca8dd1e2dffdaa0d (diff) | |
download | kernel_samsung_espresso10-60af3ab1e6b0b7a1bdbb7392134c27e6be9630df.zip kernel_samsung_espresso10-60af3ab1e6b0b7a1bdbb7392134c27e6be9630df.tar.gz kernel_samsung_espresso10-60af3ab1e6b0b7a1bdbb7392134c27e6be9630df.tar.bz2 |
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-mb93493.c')
-rw-r--r-- | arch/frv/kernel/irq-mb93493.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/frv/kernel/irq-mb93493.c b/arch/frv/kernel/irq-mb93493.c index 4800f24..4d034c7 100644 --- a/arch/frv/kernel/irq-mb93493.c +++ b/arch/frv/kernel/irq-mb93493.c @@ -139,7 +139,8 @@ void __init mb93493_init(void) int irq; for (irq = IRQ_BASE_MB93493 + 0; irq <= IRQ_BASE_MB93493 + 10; irq++) - set_irq_chip_and_handler(irq, &frv_mb93493_pic, handle_edge_irq); + irq_set_chip_and_handler(irq, &frv_mb93493_pic, + handle_edge_irq); /* the MB93493 drives external IRQ inputs on the CPU PIC */ setup_irq(IRQ_CPU_MB93493_0, &mb93493_irq[0]); |