From: Geert Uytterhoeven Date: Fri, 20 Jun 2014 16:53:09 +0000 (+0200) Subject: ARM: shmobile: Move sh73a0.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ded59d6dfc47683d1b810c069ed637e1e60e75fd;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.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 e6285de6bc87..5d2621f202d1 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 fff330f74925..1320e9d063b1 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