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 | |
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')
-rw-r--r-- | arch/arm/mach-omap2/clkt2xxx_dpllcore.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap2/clkt34xx_dpll3m2.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap2/io.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap2/omap4-common.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-omap2/pm24xx.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap2/sdrc.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/sdrc2xxx.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-omap2/sleep34xx.S | 2 |
10 files changed, 18 insertions, 11 deletions
diff --git a/arch/arm/mach-omap2/clkt2xxx_dpllcore.c b/arch/arm/mach-omap2/clkt2xxx_dpllcore.c index 35076592189e..6a02f9bcb0f9 100644 --- a/arch/arm/mach-omap2/clkt2xxx_dpllcore.c +++ b/arch/arm/mach-omap2/clkt2xxx_dpllcore.c | |||
@@ -26,7 +26,8 @@ | |||
26 | #include <linux/io.h> | 26 | #include <linux/io.h> |
27 | 27 | ||
28 | #include <plat/clock.h> | 28 | #include <plat/clock.h> |
29 | #include <plat/sram.h> | 29 | |
30 | #include "../plat-omap/sram.h" | ||
30 | 31 | ||
31 | #include "clock.h" | 32 | #include "clock.h" |
32 | #include "clock2xxx.h" | 33 | #include "clock2xxx.h" |
diff --git a/arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c b/arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c index 0cf63e7c6102..cf16655b2988 100644 --- a/arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c +++ b/arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | |||
@@ -34,7 +34,8 @@ | |||
34 | #include <linux/slab.h> | 34 | #include <linux/slab.h> |
35 | 35 | ||
36 | #include <plat/clock.h> | 36 | #include <plat/clock.h> |
37 | #include <plat/sram.h> | 37 | |
38 | #include "../plat-omap/sram.h" | ||
38 | 39 | ||
39 | #include "soc.h" | 40 | #include "soc.h" |
40 | #include "clock.h" | 41 | #include "clock.h" |
diff --git a/arch/arm/mach-omap2/clkt34xx_dpll3m2.c b/arch/arm/mach-omap2/clkt34xx_dpll3m2.c index aff6ca4fd3a4..da38e7e46d60 100644 --- a/arch/arm/mach-omap2/clkt34xx_dpll3m2.c +++ b/arch/arm/mach-omap2/clkt34xx_dpll3m2.c | |||
@@ -22,7 +22,8 @@ | |||
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | 23 | ||
24 | #include <plat/clock.h> | 24 | #include <plat/clock.h> |
25 | #include <plat/sram.h> | 25 | |
26 | #include "../plat-omap/sram.h" | ||
26 | 27 | ||
27 | #include "clock.h" | 28 | #include "clock.h" |
28 | #include "clock3xxx.h" | 29 | #include "clock3xxx.h" |
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" |
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c index de89d382f52c..05d55fb3f8f5 100644 --- a/arch/arm/mach-omap2/omap4-common.c +++ b/arch/arm/mach-omap2/omap4-common.c | |||
@@ -25,11 +25,11 @@ | |||
25 | #include <asm/mach/map.h> | 25 | #include <asm/mach/map.h> |
26 | #include <asm/memblock.h> | 26 | #include <asm/memblock.h> |
27 | 27 | ||
28 | #include <plat/sram.h> | ||
29 | #include <plat/omap-secure.h> | 28 | #include <plat/omap-secure.h> |
30 | 29 | ||
31 | #include "omap-wakeupgen.h" | 30 | #include "../plat-omap/sram.h" |
32 | 31 | ||
32 | #include "omap-wakeupgen.h" | ||
33 | #include "soc.h" | 33 | #include "soc.h" |
34 | #include "common.h" | 34 | #include "common.h" |
35 | #include "mmc.h" | 35 | #include "mmc.h" |
diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c index 601a49bc264c..94c838e0175b 100644 --- a/arch/arm/mach-omap2/pm24xx.c +++ b/arch/arm/mach-omap2/pm24xx.c | |||
@@ -37,9 +37,10 @@ | |||
37 | #include <asm/system_misc.h> | 37 | #include <asm/system_misc.h> |
38 | 38 | ||
39 | #include <plat/clock.h> | 39 | #include <plat/clock.h> |
40 | #include <plat/sram.h> | ||
41 | #include <plat-omap/dma-omap.h> | 40 | #include <plat-omap/dma-omap.h> |
42 | 41 | ||
42 | #include "../plat-omap/sram.h" | ||
43 | |||
43 | #include "common.h" | 44 | #include "common.h" |
44 | #include "prm2xxx_3xxx.h" | 45 | #include "prm2xxx_3xxx.h" |
45 | #include "prm-regbits-24xx.h" | 46 | #include "prm-regbits-24xx.h" |
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index bbe15cb1b874..a08e87eafbeb 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -35,12 +35,13 @@ | |||
35 | #include <asm/suspend.h> | 35 | #include <asm/suspend.h> |
36 | #include <asm/system_misc.h> | 36 | #include <asm/system_misc.h> |
37 | 37 | ||
38 | #include <plat/sram.h> | ||
39 | #include "clockdomain.h" | 38 | #include "clockdomain.h" |
40 | #include "powerdomain.h" | 39 | #include "powerdomain.h" |
41 | #include <plat/prcm.h> | 40 | #include <plat/prcm.h> |
42 | #include <plat-omap/dma-omap.h> | 41 | #include <plat-omap/dma-omap.h> |
43 | 42 | ||
43 | #include "../plat-omap/sram.h" | ||
44 | |||
44 | #include "common.h" | 45 | #include "common.h" |
45 | #include "cm2xxx_3xxx.h" | 46 | #include "cm2xxx_3xxx.h" |
46 | #include "cm-regbits-34xx.h" | 47 | #include "cm-regbits-34xx.h" |
diff --git a/arch/arm/mach-omap2/sdrc.c b/arch/arm/mach-omap2/sdrc.c index 761a781a99c5..c55543729863 100644 --- a/arch/arm/mach-omap2/sdrc.c +++ b/arch/arm/mach-omap2/sdrc.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include "common.h" | 26 | #include "common.h" |
27 | #include <plat/clock.h> | 27 | #include <plat/clock.h> |
28 | #include <plat/sram.h> | 28 | #include "../plat-omap/sram.h" |
29 | 29 | ||
30 | #include "sdrc.h" | 30 | #include "sdrc.h" |
31 | 31 | ||
diff --git a/arch/arm/mach-omap2/sdrc2xxx.c b/arch/arm/mach-omap2/sdrc2xxx.c index f7074ff1d084..c131f1ee6eff 100644 --- a/arch/arm/mach-omap2/sdrc2xxx.c +++ b/arch/arm/mach-omap2/sdrc2xxx.c | |||
@@ -25,7 +25,8 @@ | |||
25 | #include <linux/io.h> | 25 | #include <linux/io.h> |
26 | 26 | ||
27 | #include <plat/clock.h> | 27 | #include <plat/clock.h> |
28 | #include <plat/sram.h> | 28 | |
29 | #include "../plat-omap/sram.h" | ||
29 | 30 | ||
30 | #include "soc.h" | 31 | #include "soc.h" |
31 | #include "iomap.h" | 32 | #include "iomap.h" |
diff --git a/arch/arm/mach-omap2/sleep34xx.S b/arch/arm/mach-omap2/sleep34xx.S index 506987979c1c..75afe11207ff 100644 --- a/arch/arm/mach-omap2/sleep34xx.S +++ b/arch/arm/mach-omap2/sleep34xx.S | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
27 | #include <asm/assembler.h> | 27 | #include <asm/assembler.h> |
28 | 28 | ||
29 | #include <plat/sram.h> | 29 | #include "../plat-omap/sram.h" |
30 | 30 | ||
31 | #include "omap34xx.h" | 31 | #include "omap34xx.h" |
32 | #include "iomap.h" | 32 | #include "iomap.h" |