summaryrefslogtreecommitdiff
path: root/arch/arm/plat-orion/include/plat
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-04-14 19:17:57 +0200
committerNicolas Pitre <nico@fluxnic.net>2011-05-16 14:34:54 -0400
commite59347a1d15c0b1d9fdc510520f8fa78d7d19a5b (patch)
tree64930470ac9dbf427ab5b7ec6d2d290fbb61f373 /arch/arm/plat-orion/include/plat
parentcfefd21e693dca791bf9ecfc9dd3794facad533c (diff)
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/plat')
-rw-r--r--arch/arm/plat-orion/include/plat/gpio.h1
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);