diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 18:53:03 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 09:47:57 +0200 |
commit | 9e38b84b456ab7b2abd28257eec5caee4fb1f5ea (patch) | |
tree | 11f4d8cf2ba0c3d6285e19757ee4b61c8160ce23 /arch/arm/mach-shmobile/setup-r8a7740.c | |
parent | ARM: shmobile: Move r8a73a4.h (diff) | |
download | linux-9e38b84b456ab7b2abd28257eec5caee4fb1f5ea.tar.xz linux-9e38b84b456ab7b2abd28257eec5caee4fb1f5ea.zip |
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 @@ #include <linux/sh_dma.h> #include <linux/sh_timer.h> #include <linux/platform_data/sh_ipmmu.h> -#include <mach/r8a7740.h> + #include <asm/mach-types.h> #include <asm/mach/map.h> #include <asm/mach/arch.h> #include <asm/mach/time.h> + #include "common.h" #include "dma-register.h" #include "irqs.h" #include "pm-rmobile.h" +#include "r8a7740.h" static struct map_desc r8a7740_io_desc[] __initdata = { /* |