summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/io.c
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2011-11-15 18:22:45 +0100
committerMarc Zyngier <marc.zyngier@arm.com>2011-11-15 19:14:02 +0100
commitab65be268adaae59da5b1306b425a7859f955669 (patch)
tree033547127752370398114d943f76aa6379bf85b1 /arch/arm/mach-omap2/io.c
parentARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLER (diff)
downloadlinux-ab65be268adaae59da5b1306b425a7859f955669.tar.xz
linux-ab65be268adaae59da5b1306b425a7859f955669.zip
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/io.c')
-rw-r--r--arch/arm/mach-omap2/io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c
index 25d20ced03e1..547f83145e30 100644
--- a/arch/arm/mach-omap2/io.c
+++ b/arch/arm/mach-omap2/io.c
@@ -316,9 +316,6 @@ static int _set_hwmod_postsetup_state(struct omap_hwmod *oh, void *data)
return omap_hwmod_set_postsetup_state(oh, *(u8 *)data);
}
-/* See irq.c, omap4-common.c and entry-macro.S */
-void __iomem *omap_irq_base;
-
static void __init omap_common_init_early(void)
{
omap2_check_revision();