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/mach-omap2/include | |
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/mach-omap2/include')
-rw-r--r-- | arch/arm/mach-omap2/include/mach/omap4-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/include/mach/omap4-common.h b/arch/arm/mach-omap2/include/mach/omap4-common.h index e4bd87619734..e7c85a9a472e 100644 --- a/arch/arm/mach-omap2/include/mach/omap4-common.h +++ b/arch/arm/mach-omap2/include/mach/omap4-common.h | |||
@@ -28,8 +28,6 @@ | |||
28 | extern void __iomem *l2cache_base; | 28 | extern void __iomem *l2cache_base; |
29 | #endif | 29 | #endif |
30 | 30 | ||
31 | extern void __iomem *gic_dist_base_addr; | ||
32 | |||
33 | extern void __init gic_init_irq(void); | 31 | extern void __init gic_init_irq(void); |
34 | extern void omap_smc1(u32 fn, u32 arg); | 32 | extern void omap_smc1(u32 fn, u32 arg); |
35 | 33 | ||