From: Geert Uytterhoeven Date: Fri, 20 Jun 2014 16:53:09 +0000 (+0200) Subject: ARM: shmobile: Move sh73a0.h X-Git-Tag: v3.14.28+ltsi~99 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3463213c0e7ddf25ede907a77c951b8b17d59e1;p=platform%2Fkernel%2Flinux-stable.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 (cherry picked from commit ded59d6dfc47683d1b810c069ed637e1e60e75fd) 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 f7b2d0708311..95307cd0ebc4 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 638859ee247f..dc529f9f58d7 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