diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 16:47:37 +0900 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 17:09:39 +0900 |
commit | fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92 (patch) | |
tree | f4fba635d94720868af189f4344eb6dd21342c69 /arch/arm/mach-shmobile/setup-r8a7740.c | |
parent | b6bab1263c61e39cfc3427f54baff6f683f54298 (diff) | |
download | talos-obmc-linux-fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92.tar.gz talos-obmc-linux-fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92.zip |
ARM: shmobile: Move common.h
Change location for common.h so it can be used as #include "common.h"
instead of the old style #include <mach/common.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/arm/mach-shmobile/setup-r8a7740.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7740.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7740.c b/arch/arm/mach-shmobile/setup-r8a7740.c index e87c642f047d..d86a128206b3 100644 --- a/arch/arm/mach-shmobile/setup-r8a7740.c +++ b/arch/arm/mach-shmobile/setup-r8a7740.c @@ -33,11 +33,11 @@ #include <linux/platform_data/sh_ipmmu.h> #include <mach/r8a7740.h> #include <mach/pm-rmobile.h> -#include <mach/common.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" |