diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 20:53:03 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 11:47:57 +0400 |
commit | 9e38b84b456ab7b2abd28257eec5caee4fb1f5ea (patch) | |
tree | 11f4d8cf2ba0c3d6285e19757ee4b61c8160ce23 /arch/arm/mach-shmobile/board-armadillo800eva-reference.c | |
parent | fac49568b0d19e039e216ca6d13bc534ebf12c34 (diff) | |
download | linux-9e38b84b456ab7b2abd28257eec5caee4fb1f5ea.tar.xz |
ARM: shmobile: Move r8a7740.h
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>
Diffstat (limited to 'arch/arm/mach-shmobile/board-armadillo800eva-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-armadillo800eva-reference.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c index 368518b3b8ec..208576667b22 100644 --- a/arch/arm/mach-shmobile/board-armadillo800eva-reference.c +++ b/arch/arm/mach-shmobile/board-armadillo800eva-reference.c @@ -24,10 +24,12 @@ #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 |