diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-04-14 21:17:57 +0400 |
---|---|---|
committer | Nicolas Pitre <nico@fluxnic.net> | 2011-05-16 22:34:54 +0400 |
commit | e59347a1d15c0b1d9fdc510520f8fa78d7d19a5b (patch) | |
tree | 64930470ac9dbf427ab5b7ec6d2d290fbb61f373 /arch/arm/plat-orion/include | |
parent | cfefd21e693dca791bf9ecfc9dd3794facad533c (diff) | |
download | linux-e59347a1d15c0b1d9fdc510520f8fa78d7d19a5b.tar.xz |
arm: orion: Use generic irq chip
The core interrupt chip is a straight forward conversion. The gpio
chip is implemented with two instances of the irq_chip_type which can
be switched with the irq_set_type function. That allows us to use the
generic callbacks and avoids the conditionals in them.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
Diffstat (limited to 'arch/arm/plat-orion/include')
-rw-r--r-- | arch/arm/plat-orion/include/plat/gpio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-orion/include/plat/gpio.h b/arch/arm/plat-orion/include/plat/gpio.h index 5578b9803fc6..3075b9fdde83 100644 --- a/arch/arm/plat-orion/include/plat/gpio.h +++ b/arch/arm/plat-orion/include/plat/gpio.h @@ -39,7 +39,6 @@ void __init orion_gpio_init(int gpio_base, int ngpio, /* * GPIO interrupt handling. */ -extern struct irq_chip orion_gpio_irq_chip; void orion_gpio_irq_handler(int irqoff); |