diff options
author | Tony Lindgren <tony@atomide.com> | 2012-10-02 17:19:52 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-17 15:04:34 -0400 |
commit | 622297fdec22310d57cc3222a8fc337993c7cd23 (patch) | |
tree | c821d66d6e083f8f0c7eab2c54c89059585021ea /arch/arm/mach-omap2/io.c | |
parent | a8f7445c7b0d2b7a523e521e2d14974804910ad0 (diff) |
ARM: OMAP: Make plat/sram.h local to plat-omap
We can move this from plat to be local to plat-omap
for common ARM zImage support.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index f71e51bfbe2a..0bc8f66c4b72 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -25,13 +25,14 @@ | |||
25 | #include <asm/tlb.h> | 25 | #include <asm/tlb.h> |
26 | #include <asm/mach/map.h> | 26 | #include <asm/mach/map.h> |
27 | 27 | ||
28 | #include <plat/sram.h> | ||
29 | #include <plat/serial.h> | 28 | #include <plat/serial.h> |
30 | #include <plat/omap-pm.h> | 29 | #include <plat/omap-pm.h> |
31 | #include <plat/omap_hwmod.h> | 30 | #include <plat/omap_hwmod.h> |
32 | #include <plat/multi.h> | 31 | #include <plat/multi.h> |
33 | #include <plat-omap/dma-omap.h> | 32 | #include <plat-omap/dma-omap.h> |
34 | 33 | ||
34 | #include "../plat-omap/sram.h" | ||
35 | |||
35 | #include "soc.h" | 36 | #include "soc.h" |
36 | #include "iomap.h" | 37 | #include "iomap.h" |
37 | #include "voltage.h" | 38 | #include "voltage.h" |