diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 11:47:53 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 12:09:40 +0400 |
commit | 585c09df3738d4f72cee36eb0b975351fd9a339a (patch) | |
tree | 450567076efe30cfebb8d014f96c26a5314bb44e /arch/arm/mach-shmobile/smp-r8a7790.c | |
parent | 6b8b0cb477b3e77721982effae3415f3c5f58fee (diff) | |
download | linux-585c09df3738d4f72cee36eb0b975351fd9a339a.tar.xz |
ARM: shmobile: Move pm-rcar.h, cleanup r8a7779 case
Change location of pm-rcar.h so it can be used as #include "pm-rcar.h"
instead of the old style #include <mach/pm-rcar.h>. Also clean up
the r8a7779 case to move some unused header file cruft into a C
file.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/smp-r8a7790.c')
-rw-r--r-- | arch/arm/mach-shmobile/smp-r8a7790.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/smp-r8a7790.c b/arch/arm/mach-shmobile/smp-r8a7790.c index fea53d57fd1e..a8ace58c3dd2 100644 --- a/arch/arm/mach-shmobile/smp-r8a7790.c +++ b/arch/arm/mach-shmobile/smp-r8a7790.c @@ -18,9 +18,9 @@ #include <linux/smp.h> #include <linux/io.h> #include <asm/smp_plat.h> -#include <mach/pm-rcar.h> #include <mach/r8a7790.h> #include "common.h" +#include "pm-rcar.h" #define RST 0xe6160000 #define CA15BAR 0x0020 |