diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-15 17:04:53 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 17:04:53 -0400 |
| commit | 2b6c4e73248758bac8e1ed81b0d0664da0fff6f8 (patch) | |
| tree | 56f5717067157dec194e547afd986e15cf7163ef | |
| parent | d5e7c864f386306587f7f43ed22d48ef7e4050d6 (diff) | |
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
Move plat/dma.h to plat-omap/dma-omap.h as part of single
zImage work
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
48 files changed, 47 insertions, 48 deletions
diff --git a/arch/arm/mach-omap1/board-h2.c b/arch/arm/mach-omap1/board-h2.c index 033483d7ff5..fc84e2b3400 100644 --- a/arch/arm/mach-omap1/board-h2.c +++ b/arch/arm/mach-omap1/board-h2.c | |||
| @@ -39,7 +39,7 @@ | |||
| 39 | #include <asm/mach/map.h> | 39 | #include <asm/mach/map.h> |
| 40 | 40 | ||
| 41 | #include <mach/mux.h> | 41 | #include <mach/mux.h> |
| 42 | #include <plat/dma.h> | 42 | #include <plat-omap/dma-omap.h> |
| 43 | #include <plat/tc.h> | 43 | #include <plat/tc.h> |
| 44 | #include <mach/irda.h> | 44 | #include <mach/irda.h> |
| 45 | #include <linux/platform_data/keypad-omap.h> | 45 | #include <linux/platform_data/keypad-omap.h> |
diff --git a/arch/arm/mach-omap1/board-h3.c b/arch/arm/mach-omap1/board-h3.c index ededdb7ef28..81f55a6c567 100644 --- a/arch/arm/mach-omap1/board-h3.c +++ b/arch/arm/mach-omap1/board-h3.c | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | #include <mach/mux.h> | 43 | #include <mach/mux.h> |
| 44 | #include <plat/tc.h> | 44 | #include <plat/tc.h> |
| 45 | #include <linux/platform_data/keypad-omap.h> | 45 | #include <linux/platform_data/keypad-omap.h> |
| 46 | #include <plat/dma.h> | 46 | #include <plat-omap/dma-omap.h> |
| 47 | #include <mach/flash.h> | 47 | #include <mach/flash.h> |
| 48 | 48 | ||
| 49 | #include <mach/hardware.h> | 49 | #include <mach/hardware.h> |
diff --git a/arch/arm/mach-omap1/board-palmte.c b/arch/arm/mach-omap1/board-palmte.c index 75ac3cd5ff3..eac94c267f5 100644 --- a/arch/arm/mach-omap1/board-palmte.c +++ b/arch/arm/mach-omap1/board-palmte.c | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | #include <mach/flash.h> | 37 | #include <mach/flash.h> |
| 38 | #include <mach/mux.h> | 38 | #include <mach/mux.h> |
| 39 | #include <plat/tc.h> | 39 | #include <plat/tc.h> |
| 40 | #include <plat/dma.h> | 40 | #include <plat-omap/dma-omap.h> |
| 41 | #include <mach/irda.h> | 41 | #include <mach/irda.h> |
| 42 | #include <linux/platform_data/keypad-omap.h> | 42 | #include <linux/platform_data/keypad-omap.h> |
| 43 | 43 | ||
diff --git a/arch/arm/mach-omap1/board-palmtt.c b/arch/arm/mach-omap1/board-palmtt.c index 14e18475454..5b8ac0fcf45 100644 --- a/arch/arm/mach-omap1/board-palmtt.c +++ b/arch/arm/mach-omap1/board-palmtt.c | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | #include <plat/led.h> | 36 | #include <plat/led.h> |
| 37 | #include <mach/flash.h> | 37 | #include <mach/flash.h> |
| 38 | #include <mach/mux.h> | 38 | #include <mach/mux.h> |
| 39 | #include <plat/dma.h> | 39 | #include <plat-omap/dma-omap.h> |
| 40 | #include <plat/tc.h> | 40 | #include <plat/tc.h> |
| 41 | #include <mach/irda.h> | 41 | #include <mach/irda.h> |
| 42 | #include <linux/platform_data/keypad-omap.h> | 42 | #include <linux/platform_data/keypad-omap.h> |
diff --git a/arch/arm/mach-omap1/board-palmz71.c b/arch/arm/mach-omap1/board-palmz71.c index e403bc985ef..9f3460321ec 100644 --- a/arch/arm/mach-omap1/board-palmz71.c +++ b/arch/arm/mach-omap1/board-palmz71.c | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | #include <mach/flash.h> | 39 | #include <mach/flash.h> |
| 40 | #include <mach/mux.h> | 40 | #include <mach/mux.h> |
| 41 | #include <plat/dma.h> | 41 | #include <plat-omap/dma-omap.h> |
| 42 | #include <plat/tc.h> | 42 | #include <plat/tc.h> |
| 43 | #include <mach/irda.h> | 43 | #include <mach/irda.h> |
| 44 | #include <linux/platform_data/keypad-omap.h> | 44 | #include <linux/platform_data/keypad-omap.h> |
diff --git a/arch/arm/mach-omap1/board-sx1.c b/arch/arm/mach-omap1/board-sx1.c index 1248fccc234..f4c5db99122 100644 --- a/arch/arm/mach-omap1/board-sx1.c +++ b/arch/arm/mach-omap1/board-sx1.c | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | 36 | ||
| 37 | #include <mach/flash.h> | 37 | #include <mach/flash.h> |
| 38 | #include <mach/mux.h> | 38 | #include <mach/mux.h> |
| 39 | #include <plat/dma.h> | 39 | #include <plat-omap/dma-omap.h> |
| 40 | #include <mach/irda.h> | 40 | #include <mach/irda.h> |
| 41 | #include <plat/tc.h> | 41 | #include <plat/tc.h> |
| 42 | #include <mach/board-sx1.h> | 42 | #include <mach/board-sx1.h> |
diff --git a/arch/arm/mach-omap1/devices.c b/arch/arm/mach-omap1/devices.c index d741525c2b4..894e7c9b57f 100644 --- a/arch/arm/mach-omap1/devices.c +++ b/arch/arm/mach-omap1/devices.c | |||
| @@ -21,7 +21,6 @@ | |||
| 21 | 21 | ||
| 22 | #include <plat/tc.h> | 22 | #include <plat/tc.h> |
| 23 | #include <mach/mux.h> | 23 | #include <mach/mux.h> |
| 24 | #include <plat/dma.h> | ||
| 25 | #include <plat/mmc.h> | 24 | #include <plat/mmc.h> |
| 26 | 25 | ||
| 27 | #include <mach/omap7xx.h> | 26 | #include <mach/omap7xx.h> |
diff --git a/arch/arm/mach-omap1/dma.c b/arch/arm/mach-omap1/dma.c index 40f1dc452f3..91594177f6b 100644 --- a/arch/arm/mach-omap1/dma.c +++ b/arch/arm/mach-omap1/dma.c | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | #include <linux/device.h> | 25 | #include <linux/device.h> |
| 26 | #include <linux/io.h> | 26 | #include <linux/io.h> |
| 27 | 27 | ||
| 28 | #include <plat/dma.h> | 28 | #include <plat-omap/dma-omap.h> |
| 29 | #include <plat/tc.h> | 29 | #include <plat/tc.h> |
| 30 | 30 | ||
| 31 | #include <mach/irqs.h> | 31 | #include <mach/irqs.h> |
diff --git a/arch/arm/mach-omap1/io.c b/arch/arm/mach-omap1/io.c index 6a5baab1f4c..244cc757ce7 100644 --- a/arch/arm/mach-omap1/io.c +++ b/arch/arm/mach-omap1/io.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | 18 | ||
| 19 | #include <mach/mux.h> | 19 | #include <mach/mux.h> |
| 20 | #include <plat/tc.h> | 20 | #include <plat/tc.h> |
| 21 | #include <plat/dma.h> | 21 | #include <plat-omap/dma-omap.h> |
| 22 | 22 | ||
| 23 | #include "iomap.h" | 23 | #include "iomap.h" |
| 24 | #include "common.h" | 24 | #include "common.h" |
diff --git a/arch/arm/mach-omap1/lcd_dma.c b/arch/arm/mach-omap1/lcd_dma.c index 9a54d3b9b38..7ed8c1857d5 100644 --- a/arch/arm/mach-omap1/lcd_dma.c +++ b/arch/arm/mach-omap1/lcd_dma.c | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
| 28 | #include <linux/io.h> | 28 | #include <linux/io.h> |
| 29 | 29 | ||
| 30 | #include <plat/dma.h> | 30 | #include <plat-omap/dma-omap.h> |
| 31 | 31 | ||
| 32 | #include <mach/hardware.h> | 32 | #include <mach/hardware.h> |
| 33 | #include <mach/lcdc.h> | 33 | #include <mach/lcdc.h> |
diff --git a/arch/arm/mach-omap1/mcbsp.c b/arch/arm/mach-omap1/mcbsp.c index b92f15afa4d..3d461e1b857 100644 --- a/arch/arm/mach-omap1/mcbsp.c +++ b/arch/arm/mach-omap1/mcbsp.c | |||
| @@ -19,7 +19,7 @@ | |||
| 19 | #include <linux/platform_device.h> | 19 | #include <linux/platform_ |
