aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap4-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
-rw-r--r--arch/arm/mach-omap2/omap4-common.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c
index 6f94b4e7b18d..eda316abbff5 100644
--- a/arch/arm/mach-omap2/omap4-common.c
+++ b/arch/arm/mach-omap2/omap4-common.c
@@ -27,16 +27,14 @@
27#include <asm/memblock.h> 27#include <asm/memblock.h>
28#include <asm/smp_twd.h> 28#include <asm/smp_twd.h>
29 29
30#include <plat/sram.h>
31#include <plat/omap-secure.h>
32#include <plat/mmc.h>
33
34#include "omap-wakeupgen.h" 30#include "omap-wakeupgen.h"
35
36#include "soc.h" 31#include "soc.h"
37#include "common.h" 32#include "common.h"
33#include "mmc.h"
38#include "hsmmc.h" 34#include "hsmmc.h"
39#include "omap4-sar-layout.h" 35#include "omap4-sar-layout.h"
36#include "omap-secure.h"
37#include "sram.h"
40 38
41#ifdef CONFIG_CACHE_L2X0 39#ifdef CONFIG_CACHE_L2X0
42static void __iomem *l2cache_base; 40static void __iomem *l2cache_base;