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 | |
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')
-rw-r--r-- | arch/arm/mach-omap1/clock.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap1/clock_data.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap1/devices.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap1/pm.c | 3 |
4 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/mach-omap1/clock.c b/arch/arm/mach-omap1/clock.c index 638f4070fc70..b15d4ee7efa2 100644 --- a/arch/arm/mach-omap1/clock.c +++ b/arch/arm/mach-omap1/clock.c | |||
@@ -24,11 +24,12 @@ | |||
24 | #include <plat/cpu.h> | 24 | #include <plat/cpu.h> |
25 | #include <plat/usb.h> | 25 | #include <plat/usb.h> |
26 | #include <plat/clock.h> | 26 | #include <plat/clock.h> |
27 | #include <plat/sram.h> | ||
28 | #include <plat/clkdev_omap.h> | 27 | #include <plat/clkdev_omap.h> |
29 | 28 | ||
30 | #include <mach/hardware.h> | 29 | #include <mach/hardware.h> |
31 | 30 | ||
31 | #include "../plat-omap/sram.h" | ||
32 | |||
32 | #include "iomap.h" | 33 | #include "iomap.h" |
33 | #include "clock.h" | 34 | #include "clock.h" |
34 | #include "opp.h" | 35 | #include "opp.h" |
diff --git a/arch/arm/mach-omap1/clock_data.c b/arch/arm/mach-omap1/clock_data.c index 9b45f4b0ee22..4337586195af 100644 --- a/arch/arm/mach-omap1/clock_data.c +++ b/arch/arm/mach-omap1/clock_data.c | |||
@@ -25,11 +25,12 @@ | |||
25 | #include <plat/clock.h> | 25 | #include <plat/clock.h> |
26 | #include <plat/cpu.h> | 26 | #include <plat/cpu.h> |
27 | #include <plat/clkdev_omap.h> | 27 | #include <plat/clkdev_omap.h> |
28 | #include <plat/sram.h> /* for omap_sram_reprogram_clock() */ | ||
29 | 28 | ||
30 | #include <mach/hardware.h> | 29 | #include <mach/hardware.h> |
31 | #include <mach/usb.h> /* for OTG_BASE */ | 30 | #include <mach/usb.h> /* for OTG_BASE */ |
32 | 31 | ||
32 | #include "../plat-omap/sram.h" | ||
33 | |||
33 | #include "iomap.h" | 34 | #include "iomap.h" |
34 | #include "clock.h" | 35 | #include "clock.h" |
35 | 36 | ||
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index 22116084c9a0..645668e2b1d5 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c | |||
@@ -26,6 +26,8 @@ | |||
26 | #include <mach/camera.h> | 26 | #include <mach/camera.h> |
27 | #include <mach/hardware.h> | 27 | #include <mach/hardware.h> |
28 | 28 | ||
29 | #include "../plat-omap/sram.h" | ||
30 | |||
29 | #include "common.h" | 31 | #include "common.h" |
30 | #include "clock.h" | 32 | #include "clock.h" |
31 | #include "dma.h" | 33 | #include "dma.h" |
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 | ||