diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 35ac3e5f6e9..beecfdd56ea 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c @@ -22,17 +22,18 @@  #include <plat/irqs.h>  #include <mach/hardware.h> -#include <mach/omap4-common.h> + +#include "common.h"  #ifdef CONFIG_CACHE_L2X0  void __iomem *l2cache_base;  #endif -void __iomem *gic_dist_base_addr; - -  void __init gic_init_irq(void)  { +	void __iomem *omap_irq_base; +	void __iomem *gic_dist_base_addr; +  	/* Static mapping, never released */  	gic_dist_base_addr = ioremap(OMAP44XX_GIC_DIST_BASE, SZ_4K);  	BUG_ON(!gic_dist_base_addr);  |