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-omap1/pm.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-omap1/pm.c')
-rw-r--r-- | arch/arm/mach-omap1/pm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/pm.c b/arch/arm/mach-omap1/pm.c index bf11784b2954..fa8e672a26c5 100644 --- a/arch/arm/mach-omap1/pm.c +++ b/arch/arm/mach-omap1/pm.c | |||
@@ -51,7 +51,6 @@ | |||
51 | 51 | ||
52 | #include <plat/cpu.h> | 52 | #include <plat/cpu.h> |
53 | #include <plat/clock.h> | 53 | #include <plat/clock.h> |
54 | #include <plat/sram.h> | ||
55 | #include <mach/tc.h> | 54 | #include <mach/tc.h> |
56 | #include <mach/mux.h> | 55 | #include <mach/mux.h> |
57 | #include <plat-omap/dma-omap.h> | 56 | #include <plat-omap/dma-omap.h> |
@@ -59,6 +58,8 @@ | |||
59 | 58 | ||
60 | #include <mach/irqs.h> | 59 | #include <mach/irqs.h> |
61 | 60 | ||
61 | #include "../plat-omap/sram.h" | ||
62 | |||
62 | #include "iomap.h" | 63 | #include "iomap.h" |
63 | #include "pm.h" | 64 | #include "pm.h" |
64 | 65 | ||