From ded59d6dfc47683d1b810c069ed637e1e60e75fd Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Fri, 20 Jun 2014 18:53:09 +0200 Subject: 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 --- arch/arm/mach-shmobile/board-kzm9g-reference.c | 4 +- arch/arm/mach-shmobile/board-kzm9g.c | 4 +- arch/arm/mach-shmobile/include/mach/sh73a0.h | 91 -------------------------- arch/arm/mach-shmobile/intc-sh73a0.c | 4 +- arch/arm/mach-shmobile/setup-sh73a0.c | 4 +- arch/arm/mach-shmobile/sh73a0.h | 91 ++++++++++++++++++++++++++ arch/arm/mach-shmobile/smp-sh73a0.c | 4 +- 7 files changed, 106 insertions(+), 96 deletions(-) delete mode 100644 arch/arm/mach-shmobile/include/mach/sh73a0.h create mode 100644 arch/arm/mach-shmobile/sh73a0.h 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