aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap4-common.c
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2012-09-16 18:35:06 -0400
committerTony Lindgren <tony@atomide.com>2012-09-16 18:35:06 -0400
commit6bfc82ff589a00e5fbc12b958c649d703d273c86 (patch)
tree9326c7213d5ccee556bff1831e8f88681a27e57c /arch/arm/mach-omap2/omap4-common.c
parent26638c667e645de368cd68cade716ed0faef6269 (diff)
parent68cb700c59fae6cd539c9dc1e9f2584f671935a0 (diff)
Merge tag 'omap-cleanup-sparseirq-for-v3.7' into devel-dt
This branch contains changes needed to make omap2+ work properly with sparse IRQ. It also removes dependencies to mach/hardware.h. These help moving things towards ARM single zImage support. This branch is based on a commit in tty-next branch with omap-devel-gpmc-fixed-for-v3.7 and cleanup-omap-tags-for-v3.7 merged in to keep things compiling and sort out some merge conflicts. Conflicts: arch/arm/mach-omap2/omap4-common.c drivers/gpio/gpio-twl4030.c
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
-rw-r--r--arch/arm/mach-omap2/omap4-common.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c
index 6f95992f37c6..3cd2564ed5cd 100644
--- a/arch/arm/mach-omap2/omap4-common.c
+++ b/arch/arm/mach-omap2/omap4-common.c
@@ -16,27 +16,25 @@
16#include <linux/io.h> 16#include <linux/io.h>
17#include <linux/platform_device.h> 17#include <linux/platform_device.h>
18#include <linux/memblock.h> 18#include <linux/memblock.h>
19#include <linux/of.h> 19#include <linux/of_irq.h>
20#include <linux/of_platform.h>
21#include <linux/export.h>
20 22
21#include <asm/hardware/gic.h> 23#include <asm/hardware/gic.h>
22#include <asm/hardware/cache-l2x0.h> 24#include <asm/hardware/cache-l2x0.h>
23#include <asm/mach/map.h> 25#include <asm/mach/map.h>
24#include <asm/memblock.h> 26#include <asm/memblock.h>
25#include <linux/of_irq.h>
26#include <linux/of_platform.h>
27 27
28#include <plat/irqs.h>
29#include <plat/sram.h> 28#include <plat/sram.h>
30#include <plat/omap-secure.h> 29#include <plat/omap-secure.h>
31#include <plat/mmc.h> 30#include <plat/mmc.h>
32 31
33#include <mach/hardware.h>
34#include <mach/omap-wakeupgen.h> 32#include <mach/omap-wakeupgen.h>
35 33
34#include "soc.h"
36#include "common.h" 35#include "common.h"
37#include "hsmmc.h" 36#include "hsmmc.h"
38#include "omap4-sar-layout.h" 37#include "omap4-sar-layout.h"
39#include <linux/export.h>
40 38
41#ifdef CONFIG_CACHE_L2X0 39#ifdef CONFIG_CACHE_L2X0
42static void __iomem *l2cache_base; 40static void __iomem *l2cache_base;