diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 12:53:03 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 03:47:57 -0400 |
commit | 9e38b84b456ab7b2abd28257eec5caee4fb1f5ea (patch) | |
tree | 11f4d8cf2ba0c3d6285e19757ee4b61c8160ce23 /arch/arm/mach-shmobile/setup-r8a7740.c | |
parent | fac49568b0d19e039e216ca6d13bc534ebf12c34 (diff) |
ARM: shmobile: Move r8a7740.h
Change location of r8a7740.h so it can be included as "r8a7740.h"
instead of the old style <mach/r8a7740.h>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7740.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index 10170b3560c2..348af358a239 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c | |||
@@ -31,15 +31,17 @@ | |||
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/r8a7740.h> | 34 | |
35 | #include <asm/mach-types.h> | 35 | #include <asm/mach-types.h> |
36 | #include <asm/mach/map.h> | 36 | #include <asm/mach/map.h> |
37 | #include <asm/mach/arch.h> | 37 | #include <asm/mach/arch.h> |
38 | #include <asm/mach/time.h> | 38 | #include <asm/mach/time.h> |
39 | |||
39 | #include "common.h" | 40 | #include "common.h" |
40 | #include "dma-register.h" | 41 | #include "dma-register.h" |
41 | #include "irqs.h" | 42 | #include "irqs.h" |
42 | #include "pm-rmobile.h" | 43 | #include "pm-rmobile.h" |
44 | #include "r8a7740.h" | ||
43 | 45 | ||
44 | static struct map_desc r8a7740_io_desc[] __initdata = { | 46 | static struct map_desc r8a7740_io_desc[] __initdata = { |
45 | /* | 47 | /* |