diff options
author | Olof Johansson <olof@lixom.net> | 2014-07-12 18:43:40 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-12 18:43:40 +0200 |
commit | e1ddcdef841f68d175b1a4a5c91d55f383ce5241 (patch) | |
tree | 69122e47ea903b99c5e7a6c871deb7717663bf5f /arch/arm/mach-shmobile/setup-sh7372.c | |
parent | Merge tag 'renesas-r8a7779-multiplatform2-for-v3.17' of git://git.kernel.org/... (diff) | |
parent | ARM: shmobile: Move sh7372.h (diff) | |
download | linux-e1ddcdef841f68d175b1a4a5c91d55f383ce5241.tar.xz linux-e1ddcdef841f68d175b1a4a5c91d55f383ce5241.zip |
Merge branch 'renesas/cleanup2' into next/soc
Merging in as base to resolve a merge conflict with later soc branch
locally.
Diffstat (limited to 'arch/arm/mach-shmobile/setup-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-sh7372.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-sh7372.c b/arch/arm/mach-shmobile/setup-sh7372.c index 5571f867c611..9cdfcdfd38fc 100644 --- a/arch/arm/mach-shmobile/setup-sh7372.c +++ b/arch/arm/mach-shmobile/setup-sh7372.c @@ -33,15 +33,17 @@ #include <linux/pm_domain.h> #include <linux/dma-mapping.h> #include <linux/platform_data/sh_ipmmu.h> -#include <mach/sh7372.h> + #include <asm/mach/map.h> #include <asm/mach-types.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 "sh7372.h" static struct map_desc sh7372_io_desc[] __initdata = { /* create a 1:1 entity map for 0xe6xxxxxx |