From: Geert Uytterhoeven Date: Fri, 20 Jun 2014 16:53:09 +0000 (+0200) Subject: ARM: shmobile: Move sh73a0.h X-Git-Tag: v3.17-rc1~80^2~17^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ded59d6dfc47683d1b810c069ed637e1e60e75fd;p=thirdparty%2Fkernel%2Flinux.git ARM: shmobile: Move sh73a0.h Change location of sh73a0.h so it can be included as "sh73a0.h" instead of the old style Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/board-kzm9g-reference.c b/arch/arm/mach-shmobile/board-kzm9g-reference.c index e6285de6bc875..5d2621f202d1b 100644 --- a/arch/arm/mach-shmobile/board-kzm9g-reference.c +++ b/arch/arm/mach-shmobile/board-kzm9g-reference.c @@ -25,11 +25,13 @@ #include #include #include -#include + #include #include #include + #include "common.h" +#include "sh73a0.h" static void __init kzm_init(void) { diff --git a/arch/arm/mach-shmobile/board-kzm9g.c b/arch/arm/mach-shmobile/board-kzm9g.c index fff330f749259..1320e9d063b1d 100644 --- a/arch/arm/mach-shmobile/board-kzm9g.c +++ b/arch/arm/mach-shmobile/board-kzm9g.c @@ -41,15 +41,17 @@ #include #include #include + #include #include -#include #include #include #include #include