diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 18:53:06 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 09:49:10 +0200 |
commit | fccae89318fda71012f96042dd971a6f9bf0904e (patch) | |
tree | 2082b555c02ce52b8fc9b3a731337d1c4eb4a80a /arch/arm/mach-shmobile/board-lager-reference.c | |
parent | ARM: shmobile: Move r8a7778.h (diff) | |
download | linux-fccae89318fda71012f96042dd971a6f9bf0904e.tar.xz linux-fccae89318fda71012f96042dd971a6f9bf0904e.zip |
ARM: shmobile: Move r8a7790.h
Change location of r8a7790.h so it can be included as "r8a7790.h"
instead of the old style <mach/r8a7790.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-lager-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-lager-reference.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-lager-reference.c b/arch/arm/mach-shmobile/board-lager-reference.c index e30017b910b9..8dcff51a8f45 100644 --- a/arch/arm/mach-shmobile/board-lager-reference.c +++ b/arch/arm/mach-shmobile/board-lager-reference.c @@ -22,11 +22,13 @@ #include <linux/init.h> #include <linux/of_platform.h> #include <linux/platform_data/rcar-du.h> -#include <mach/r8a7790.h> + #include <asm/mach/arch.h> + #include "clock.h" #include "common.h" #include "irqs.h" +#include "r8a7790.h" #include "rcar-gen2.h" /* DU */ |