diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 12:22:45 -0500 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2011-11-15 13:14:02 -0500 |
commit | ab65be268adaae59da5b1306b425a7859f955669 (patch) | |
tree | 033547127752370398114d943f76aa6379bf85b1 /arch/arm/plat-omap | |
parent | 6b2f55d7851aa358d3a99cff344c560c4967f042 (diff) |
ARM: omap2plus: remove irq-related global base addresses
After the MULTI_IRQ_HANDLER conversion, a couple of global
variables can be removed.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/plat-omap')
-rw-r--r-- | arch/arm/plat-omap/include/plat/irqs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/include/plat/irqs.h b/arch/arm/plat-omap/include/plat/irqs.h index 8b19a63fab68..90b95dd2064e 100644 --- a/arch/arm/plat-omap/include/plat/irqs.h +++ b/arch/arm/plat-omap/include/plat/irqs.h | |||
@@ -437,7 +437,6 @@ | |||
437 | #define INTCPS_NR_IRQS 96 | 437 | #define INTCPS_NR_IRQS 96 |
438 | 438 | ||
439 | #ifndef __ASSEMBLY__ | 439 | #ifndef __ASSEMBLY__ |
440 | extern void __iomem *omap_irq_base; | ||
441 | void omap1_init_irq(void); | 440 | void omap1_init_irq(void); |
442 | void omap2_init_irq(void); | 441 | void omap2_init_irq(void); |
443 | void omap3_init_irq(void); | 442 | void omap3_init_irq(void); |