diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-20 18:53:07 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-25 09:53:34 +0200 |
commit | 5201b5a792e95e3ecebe74cd3553413a67da09db (patch) | |
tree | c9866c03e3b23e7f91cbc235d779e282d5f67781 /arch/arm/mach-shmobile/board-koelsch-reference.c | |
parent | ARM: shmobile: Remove ARCH_HAS_CPUFREQ config for shmobile (diff) | |
download | linux-5201b5a792e95e3ecebe74cd3553413a67da09db.tar.xz 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/board-koelsch-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch-reference.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c index 1d3f67d4ccd6..0b1fb2345aa1 100644 --- a/arch/arm/mach-shmobile/board-koelsch-reference.c +++ b/arch/arm/mach-shmobile/board-koelsch-reference.c @@ -23,11 +23,13 @@ #include <linux/kernel.h> #include <linux/of_platform.h> #include <linux/platform_data/rcar-du.h> -#include <mach/r8a7791.h> + #include <asm/mach/arch.h> + #include "clock.h" #include "common.h" #include "irqs.h" +#include "r8a7791.h" #include "rcar-gen2.h" /* DU */ |