aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/smp-sh73a0.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-06-20 18:53:09 +0200
committerSimon Horman <horms+renesas@verge.net.au>2014-06-25 16:49:37 +0900
commitded59d6dfc47683d1b810c069ed637e1e60e75fd (patch)
tree6b4ed83c738433e7ff79e3eba5e1c15aa5d7fc1f /arch/arm/mach-shmobile/smp-sh73a0.c
parentARM: shmobile: Move r8a7790.h (diff)
downloadlinux-dev-ded59d6dfc47683d1b810c069ed637e1e60e75fd.tar.xz
linux-dev-ded59d6dfc47683d1b810c069ed637e1e60e75fd.zip
ARM: shmobile: Move sh73a0.h
Change location of sh73a0.h so it can be included as "sh73a0.h" instead of the old style <mach/sh73a0.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/smp-sh73a0.c')
-rw-r--r--arch/arm/mach-shmobile/smp-sh73a0.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/smp-sh73a0.c b/arch/arm/mach-shmobile/smp-sh73a0.c
index bf4aff99ed1c..22d8f87b23e9 100644
--- a/arch/arm/mach-shmobile/smp-sh73a0.c
+++ b/arch/arm/mach-shmobile/smp-sh73a0.c
@@ -22,10 +22,12 @@
#include <linux/smp.h>
#include <linux/io.h>
#include <linux/delay.h>
-#include <mach/sh73a0.h>
+
#include <asm/smp_plat.h>
#include <asm/smp_twd.h>
+
#include "common.h"
+#include "sh73a0.h"
#define WUPCR IOMEM(0xe6151010)
#define SRESCR IOMEM(0xe6151018)