summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/setup-r8a7791.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven2014-06-20 18:53:07 +0200
committerSimon Horman2014-06-25 09:53:34 +0200
commit5201b5a792e95e3ecebe74cd3553413a67da09db (patch)
treec9866c03e3b23e7f91cbc235d779e282d5f67781 /arch/arm/mach-shmobile/setup-r8a7791.c
parentARM: shmobile: Remove ARCH_HAS_CPUFREQ config for shmobile (diff)
downloadkernel-qcow2-linux-5201b5a792e95e3ecebe74cd3553413a67da09db.tar.gz
kernel-qcow2-linux-5201b5a792e95e3ecebe74cd3553413a67da09db.tar.xz
kernel-qcow2-linux-5201b5a792e95e3ecebe74cd3553413a67da09db.zip
ARM: shmobile: Move r8a7791.h
Change location of r8a7791.h so it can be included as "r8a7791.h" instead of the old style <mach/r8a7791.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/setup-r8a7791.c')
-rw-r--r--arch/arm/mach-shmobile/setup-r8a7791.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7791.c b/arch/arm/mach-shmobile/setup-r8a7791.c
index 7e970d005f7f..8823324ac5a9 100644
--- a/arch/arm/mach-shmobile/setup-r8a7791.c
+++ b/arch/arm/mach-shmobile/setup-r8a7791.c
@@ -26,10 +26,12 @@
#include <linux/platform_data/irq-renesas-irqc.h>
#include <linux/serial_sci.h>
#include <linux/sh_timer.h>
-#include <mach/r8a7791.h>
+
#include <asm/mach/arch.h>
+
#include "common.h"
#include "irqs.h"
+#include "r8a7791.h"
#include "rcar-gen2.h"
static const struct resource pfc_resources[] __initconst = {