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.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.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch.c b/arch/arm/mach-shmobile/board-koelsch.c index 0d44e7eb6508..e698b90ae761 100644 --- a/arch/arm/mach-shmobile/board-koelsch.c +++ b/arch/arm/mach-shmobile/board-koelsch.c @@ -45,11 +45,13 @@ #include <linux/spi/flash.h> #include <linux/spi/rspi.h> #include <linux/spi/spi.h> -#include <mach/r8a7791.h> + #include <asm/mach-types.h> #include <asm/mach/arch.h> + #include "common.h" #include "irqs.h" +#include "r8a7791.h" #include "rcar-gen2.h" /* DU */ |