diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-29 12:35:35 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-31 13:14:14 -0400 |
commit | bb77209432873214a796a70a4539e4ebdf3feb54 (patch) | |
tree | 553788c2f89f80a6ad826ec832f0da4617043d20 /arch/arm/mach-omap2/omap4-common.c | |
parent | f205cfaf6c1287aca040c51c1789b46ed63a4d78 (diff) |
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 8a7fc04f4ba5..3cfcd41bf8fa 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c | |||
@@ -32,6 +32,7 @@ | |||
32 | #include "hsmmc.h" | 32 | #include "hsmmc.h" |
33 | #include "omap4-sar-layout.h" | 33 | #include "omap4-sar-layout.h" |
34 | #include "omap-secure.h" | 34 | #include "omap-secure.h" |
35 | #include "sram.h" | ||
35 | 36 | ||
36 | #ifdef CONFIG_CACHE_L2X0 | 37 | #ifdef CONFIG_CACHE_L2X0 |
37 | static void __iomem *l2cache_base; | 38 | static void __iomem *l2cache_base; |