diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-03-24 17:35:56 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-03-29 14:48:18 +0200 |
commit | f4c547ebb4a3f11e0515433fa4472e34740c10c9 (patch) | |
tree | a689f34e1da43a4c6147f5909b1724d9ceea17f1 /arch/mn10300/unit-asb2364/irq-fpga.c | |
parent | a120017c501ec69d046f3f29a2a3550ef2697f1e (diff) | |
download | talos-op-linux-f4c547ebb4a3f11e0515433fa4472e34740c10c9.tar.gz talos-op-linux-f4c547ebb4a3f11e0515433fa4472e34740c10c9.zip |
mn10300: Convert genirq namespace
Convert to new function names. Converted with coccinelle.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/mn10300/unit-asb2364/irq-fpga.c')
-rw-r--r-- | arch/mn10300/unit-asb2364/irq-fpga.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mn10300/unit-asb2364/irq-fpga.c b/arch/mn10300/unit-asb2364/irq-fpga.c index ee84e62b16ed..e16c216f31dc 100644 --- a/arch/mn10300/unit-asb2364/irq-fpga.c +++ b/arch/mn10300/unit-asb2364/irq-fpga.c @@ -100,7 +100,8 @@ void __init irq_fpga_init(void) SyncExBus(); for (irq = NR_CPU_IRQS; irq < NR_IRQS; irq++) - set_irq_chip_and_handler(irq, &asb2364_fpga_pic, handle_level_irq); + irq_set_chip_and_handler(irq, &asb2364_fpga_pic, + handle_level_irq); /* the FPGA drives the XIRQ1 input on the CPU PIC */ setup_irq(XIRQ1, &fpga_irq[0]); |