ARM: shmobile: Move r8a7740.h
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 20 Jun 2014 16:53:03 +0000 (18:53 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 25 Jun 2014 07:47:57 +0000 (16:47 +0900)
Change location of r8a7740.h so it can be included as "r8a7740.h"
instead of the old style <mach/r8a7740.h>

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/board-armadillo800eva-reference.c
arch/arm/mach-shmobile/board-armadillo800eva.c
arch/arm/mach-shmobile/clock-r8a7740.c
arch/arm/mach-shmobile/r8a7740.h [moved from arch/arm/mach-shmobile/include/mach/r8a7740.h with 100% similarity]
arch/arm/mach-shmobile/setup-r8a7740.c

index 368518b..2085766 100644 (file)
 #include <linux/kernel.h>
 #include <linux/gpio.h>
 #include <linux/io.h>
-#include <mach/r8a7740.h>
+
 #include <asm/mach/arch.h>
 #include <asm/hardware/cache-l2x0.h>
+
 #include "common.h"
+#include "r8a7740.h"
 
 /*
  * CON1                Camera Module
Simple merge