summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ape6evm-reference.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-06-20 18:53:02 +0200
committerSimon Horman <horms+renesas@verge.net.au>2014-06-25 09:47:51 +0200
commitfac49568b0d19e039e216ca6d13bc534ebf12c34 (patch)
tree59682d55315090cb897c2bbf24a2a5f7e8695405 /arch/arm/mach-shmobile/board-ape6evm-reference.c
parentARM: shmobile: Move r7s72100.h (diff)
downloadlinux-fac49568b0d19e039e216ca6d13bc534ebf12c34.tar.xz
linux-fac49568b0d19e039e216ca6d13bc534ebf12c34.zip
ARM: shmobile: Move r8a73a4.h
Change location of r8a73a4.h so it can be included as "r8a73a4.h" instead of the old style <mach/r8a73a4.h> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm-reference.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c
index 76e4ff14be68..2f7723e5fe91 100644
--- a/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c
@@ -24,10 +24,12 @@
#include <linux/pinctrl/machine.h>
#include <linux/platform_device.h>
#include <linux/sh_clk.h>
-#include <mach/r8a73a4.h>
+
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
+
#include "common.h"
+#include "r8a73a4.h"
static void __init ape6evm_add_standard_devices(void)
{