From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Fri, 20 Jun 2014 16:53:09 +0000 Subject: [PATCH 9/9] ARM: shmobile: Move sh73a0.h Message-Id: <1403283189-21688-10-git-send-email-geert+renesas@glider.be> List-Id: References: <1403283189-21688-1-git-send-email-geert+renesas@glider.be> In-Reply-To: <1403283189-21688-1-git-send-email-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Change location of sh73a0.h so it can be included as "sh73a0.h" instead of the old style Signed-off-by: Geert Uytterhoeven --- arch/arm/mach-shmobile/board-kzm9g-reference.c | 4 +++- arch/arm/mach-shmobile/board-kzm9g.c | 4 +++- arch/arm/mach-shmobile/intc-sh73a0.c | 4 +++- arch/arm/mach-shmobile/setup-sh73a0.c | 4 +++- arch/arm/mach-shmobile/{include/mach => }/sh73a0.h | 0 arch/arm/mach-shmobile/smp-sh73a0.c | 4 +++- 6 files changed, 15 insertions(+), 5 deletions(-) rename arch/arm/mach-shmobile/{include/mach => }/sh73a0.h (100%) 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