diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 18:53:04 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 09:48:02 +0200 |
commit | 02c94f38bf3bcdaaceb1f3486b4dbee1ab550793 (patch) | |
tree | f4fba4720c58d11675f41166415ad577c152bc0f /arch/arm/mach-shmobile/board-bockw-reference.c | |
parent | ARM: shmobile: Move r8a7740.h (diff) | |
download | linux-02c94f38bf3bcdaaceb1f3486b4dbee1ab550793.tar.xz linux-02c94f38bf3bcdaaceb1f3486b4dbee1ab550793.zip |
ARM: shmobile: Move r8a7778.h
Change location of r8a7778.h so it can be included as "r8a7778.h"
instead of the old style <mach/r8a7778.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-bockw-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw-reference.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw-reference.c b/arch/arm/mach-shmobile/board-bockw-reference.c index 91ff3a27ccc7..ba840cd333b9 100644 --- a/arch/arm/mach-shmobile/board-bockw-reference.c +++ b/arch/arm/mach-shmobile/board-bockw-reference.c @@ -19,9 +19,11 @@ */ #include <linux/of_platform.h> -#include <mach/r8a7778.h> + #include <asm/mach/arch.h> + #include "common.h" +#include "r8a7778.h" /* * see board-bock.c for checking detail of dip-switch |