diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-29 09:35:35 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-31 10:14:14 -0700 |
commit | bb77209432873214a796a70a4539e4ebdf3feb54 (patch) | |
tree | 553788c2f89f80a6ad826ec832f0da4617043d20 /arch/arm/mach-omap2/omap4-common.c | |
parent | f205cfaf6c1287aca040c51c1789b46ed63a4d78 (diff) | |
download | op-kernel-dev-bb77209432873214a796a70a4539e4ebdf3feb54.zip op-kernel-dev-bb77209432873214a796a70a4539e4ebdf3feb54.tar.gz |
ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2
Let's make the omap2+ specific parts private to mach-omap2.
This leaves just a minimal shared code into plat-omap like
it should be.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index 8a7fc04..3cfcd41 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c @@ -32,6 +32,7 @@ #include "hsmmc.h" #include "omap4-sar-layout.h" #include "omap-secure.h" +#include "sram.h" #ifdef CONFIG_CACHE_L2X0 static void __iomem *l2cache_base; |