diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-01 20:47:06 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-19 01:22:24 +0200 |
commit | f7a9b8a147cc10c7181cf0ca7b2b06cebf950140 (patch) | |
tree | f8614abe2b635181146aafae9f15a58fae1e3e83 /arch/arm/mach-omap2/omap4-common.c | |
parent | ARM: OMAP2+: Move omap_reserve() locally to mach-omap2 (diff) | |
download | linux-f7a9b8a147cc10c7181cf0ca7b2b06cebf950140.tar.xz linux-f7a9b8a147cc10c7181cf0ca7b2b06cebf950140.zip |
ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2
Moving plat/omap-secure.h locally to mach-omap2/
as part of single zImage work
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap4-common.c')
-rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 05d55fb3f8f5..d25845c471da 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c @@ -25,8 +25,6 @@ #include <asm/mach/map.h> #include <asm/memblock.h> -#include <plat/omap-secure.h> - #include "../plat-omap/sram.h" #include "omap-wakeupgen.h" @@ -35,6 +33,7 @@ #include "mmc.h" #include "hsmmc.h" #include "omap4-sar-layout.h" +#include "omap-secure.h" #ifdef CONFIG_CACHE_L2X0 static void __iomem *l2cache_base; |