diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 03:47:13 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 04:09:37 -0400 |
commit | 74ac0de8b7ee41246b8d6aae1df0618a64451435 (patch) | |
tree | 538186dbfad6c74faed887020d7411d92e214168 /arch | |
parent | 6200e2c1847b2282db13877b2398a5bee9e42254 (diff) |
ARM: shmobile: Move dma-register.h
Change location of dma-register.h so it can be used as #include
"dma-register.h" instead of the old style #include <mach/dma-register.h>.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/dma-register.h (renamed from arch/arm/mach-shmobile/include/mach/dma-register.h) | 0 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a73a4.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7790.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh73a0.c | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-shmobile/include/mach/dma-register.h b/arch/arm/mach-shmobile/dma-register.h index 97c40bd9b94f..97c40bd9b94f 100644 --- a/arch/arm/mach-shmobile/include/mach/dma-register.h +++ b/arch/arm/mach-shmobile/dma-register.h | |||
diff --git a/arch/arm/mach-shmobile/setup-r8a73a4.c b/arch/arm/mach-shmobile/setup-r8a73a4.c index 9333770cfac2..985739e1885d 100644 --- a/arch/arm/mach-shmobile/setup-r8a73a4.c +++ b/arch/arm/mach-shmobile/setup-r8a73a4.c | |||
@@ -25,10 +25,10 @@ | |||
25 | #include <linux/sh_dma.h> | 25 | #include <linux/sh_dma.h> |
26 | #include <linux/sh_timer.h> | 26 | #include <linux/sh_timer.h> |
27 | #include <mach/common.h> | 27 | #include <mach/common.h> |
28 | #include <mach/dma-register.h> | ||
29 | #include <mach/irqs.h> | 28 | #include <mach/irqs.h> |
30 | #include <mach/r8a73a4.h> | 29 | #include <mach/r8a73a4.h> |
31 | #include <asm/mach/arch.h> | 30 | #include <asm/mach/arch.h> |
31 | #include "dma-register.h" | ||
32 | 32 | ||
33 | static const struct resource pfc_resources[] = { | 33 | static const struct resource pfc_resources[] = { |
34 | DEFINE_RES_MEM(0xe6050000, 0x9000), | 34 | DEFINE_RES_MEM(0xe6050000, 0x9000), |
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 35dec233301e..7cf4bbd90aa8 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #include <linux/sh_dma.h> | 31 | #include <linux/sh_dma.h> |
32 | #include <linux/sh_timer.h> | 32 | #include <linux/sh_timer.h> |
33 | #include <linux/platform_data/sh_ipmmu.h> | 33 | #include <linux/platform_data/sh_ipmmu.h> |
34 | #include <mach/dma-register.h> | ||
35 | #include <mach/r8a7740.h> | 34 | #include <mach/r8a7740.h> |
36 | #include <mach/pm-rmobile.h> | 35 | #include <mach/pm-rmobile.h> |
37 | #include <mach/common.h> | 36 | #include <mach/common.h> |
@@ -40,6 +39,7 @@ | |||
40 | #include <asm/mach/map.h> | 39 | #include <asm/mach/map.h> |
41 | #include <asm/mach/arch.h> | 40 | #include <asm/mach/arch.h> |
42 | #include <asm/mach/time.h> | 41 | #include <asm/mach/time.h> |
42 | #include "dma-register.h" | ||
43 | 43 | ||
44 | static struct map_desc r8a7740_io_desc[] __initdata = { | 44 | static struct map_desc r8a7740_io_desc[] __initdata = { |
45 | /* | 45 | /* |
diff --git a/arch/arm/mach-shmobile/setup-r8a7790.c b/arch/arm/mach-shmobile/setup-r8a7790.c index 6bd08b127fa4..3eed62673bf4 100644 --- a/arch/arm/mach-shmobile/setup-r8a7790.c +++ b/arch/arm/mach-shmobile/setup-r8a7790.c | |||
@@ -27,10 +27,10 @@ | |||
27 | #include <linux/sh_dma.h> | 27 | #include <linux/sh_dma.h> |
28 | #include <linux/sh_timer.h> | 28 | #include <linux/sh_timer.h> |
29 | #include <mach/common.h> | 29 | #include <mach/common.h> |
30 | #include <mach/dma-register.h> | ||
31 | #include <mach/irqs.h> | 30 | #include <mach/irqs.h> |
32 | #include <mach/r8a7790.h> | 31 | #include <mach/r8a7790.h> |
33 | #include <asm/mach/arch.h> | 32 | #include <asm/mach/arch.h> |
33 | #include "dma-register.h" | ||
34 | 34 | ||
35 | /* Audio-DMAC */ | 35 | /* Audio-DMAC */ |
36 | #define AUDIO_DMAC_SLAVE(_id, _addr, t, r) \ | 36 | #define AUDIO_DMAC_SLAVE(_id, _addr, t, r) \ |
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index 3b23ced2eb55..062929b303f7 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <linux/pm_domain.h> | 33 | #include <linux/pm_domain.h> |
34 | #include <linux/dma-mapping.h> | 34 | #include <linux/dma-mapping.h> |
35 | #include <linux/platform_data/sh_ipmmu.h> | 35 | #include <linux/platform_data/sh_ipmmu.h> |
36 | #include <mach/dma-register.h> | ||
37 | #include <mach/irqs.h> | 36 | #include <mach/irqs.h> |
38 | #include <mach/sh7372.h> | 37 | #include <mach/sh7372.h> |
39 | #include <mach/common.h> | 38 | #include <mach/common.h> |
@@ -41,6 +40,7 @@ | |||
41 | #include <asm/mach-types.h> | 40 | #include <asm/mach-types.h> |
42 | #include <asm/mach/arch.h> | 41 | #include <asm/mach/arch.h> |
43 | #include <asm/mach/time.h> | 42 | #include <asm/mach/time.h> |
43 | #include "dma-register.h" | ||
44 | 44 | ||
45 | static struct map_desc sh7372_io_desc[] __initdata = { | 45 | static struct map_desc sh7372_io_desc[] __initdata = { |
46 | /* create a 1:1 entity map for 0xe6xxxxxx | 46 | /* create a 1:1 entity map for 0xe6xxxxxx |
diff --git a/arch/arm/mach-shmobile/setup-sh73a0.c b/arch/arm/mach-shmobile/setup-sh73a0.c index a758d2adca31..370d55c400e8 100644 --- a/arch/arm/mach-shmobile/setup-sh73a0.c +++ b/arch/arm/mach-shmobile/setup-sh73a0.c | |||
@@ -32,7 +32,6 @@ | |||
32 | #include <linux/sh_timer.h> | 32 | #include <linux/sh_timer.h> |
33 | #include <linux/platform_data/sh_ipmmu.h> | 33 | #include <linux/platform_data/sh_ipmmu.h> |
34 | #include <linux/platform_data/irq-renesas-intc-irqpin.h> | 34 | #include <linux/platform_data/irq-renesas-intc-irqpin.h> |
35 | #include <mach/dma-register.h> | ||
36 | #include <mach/irqs.h> | 35 | #include <mach/irqs.h> |
37 | #include <mach/sh73a0.h> | 36 | #include <mach/sh73a0.h> |
38 | #include <mach/common.h> | 37 | #include <mach/common.h> |
@@ -40,6 +39,7 @@ | |||
40 | #include <asm/mach/map.h> | 39 | #include <asm/mach/map.h> |
41 | #include <asm/mach/arch.h> | 40 | #include <asm/mach/arch.h> |
42 | #include <asm/mach/time.h> | 41 | #include <asm/mach/time.h> |
42 | #include "dma-register.h" | ||
43 | 43 | ||
44 | static struct map_desc sh73a0_io_desc[] __initdata = { | 44 | static struct map_desc sh73a0_io_desc[] __initdata = { |
45 | /* create a 1:1 entity map for 0xe6xxxxxx | 45 | /* create a 1:1 entity map for 0xe6xxxxxx |