diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 03:48:01 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 04:09:40 -0400 |
commit | 62872989bdbf1245d7239b9f4c05a8ee7c775ed5 (patch) | |
tree | db60b4d8f260a72eb098c538c082e5c5425ec492 /arch/arm/mach-shmobile/board-koelsch-reference.c | |
parent | 585c09df3738d4f72cee36eb0b975351fd9a339a (diff) |
ARM: shmobile: Move rcar-gen2.h, cleanup r8a7790 case
Change location of rcar-gen2.h so it can be used as #include "rcar-gen2.h"
instead of the old style #include <mach/rcar-gen2.h>. Also clean up
the r8a7790 case to follow the same style as r8a7791.
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/board-koelsch-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-koelsch-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-koelsch-reference.c b/arch/arm/mach-shmobile/board-koelsch-reference.c index 10fd0858c98c..1d3f67d4ccd6 100644 --- a/arch/arm/mach-shmobile/board-koelsch-reference.c +++ b/arch/arm/mach-shmobile/board-koelsch-reference.c | |||
@@ -23,12 +23,12 @@ | |||
23 | #include <linux/kernel.h> | 23 | #include <linux/kernel.h> |
24 | #include <linux/of_platform.h> | 24 | #include <linux/of_platform.h> |
25 | #include <linux/platform_data/rcar-du.h> | 25 | #include <linux/platform_data/rcar-du.h> |
26 | #include <mach/rcar-gen2.h> | ||
27 | #include <mach/r8a7791.h> | 26 | #include <mach/r8a7791.h> |
28 | #include <asm/mach/arch.h> | 27 | #include <asm/mach/arch.h> |
29 | #include "clock.h" | 28 | #include "clock.h" |
30 | #include "common.h" | 29 | #include "common.h" |
31 | #include "irqs.h" | 30 | #include "irqs.h" |
31 | #include "rcar-gen2.h" | ||
32 | 32 | ||
33 | /* DU */ | 33 | /* DU */ |
34 | static struct rcar_du_encoder_data koelsch_du_encoders[] = { | 34 | static struct rcar_du_encoder_data koelsch_du_encoders[] = { |