aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-genmai.c
diff options
context:
space:
mode:
authorMagnus Damm <damm+renesas@opensource.se>2014-06-17 03:47:37 -0400
committerSimon Horman <horms+renesas@verge.net.au>2014-06-17 04:09:39 -0400
commitfd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92 (patch)
treef4fba635d94720868af189f4344eb6dd21342c69 /arch/arm/mach-shmobile/board-genmai.c
parentb6bab1263c61e39cfc3427f54baff6f683f54298 (diff)
ARM: shmobile: Move common.h
Change location for common.h so it can be used as #include "common.h" instead of the old style #include <mach/common.h>. 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-genmai.c')
-rw-r--r--arch/arm/mach-shmobile/board-genmai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-genmai.c b/arch/arm/mach-shmobile/board-genmai.c
index 5ce1025a662b..f0a8eca7d10d 100644
--- a/arch/arm/mach-shmobile/board-genmai.c
+++ b/arch/arm/mach-shmobile/board-genmai.c
@@ -25,10 +25,10 @@
25#include <linux/sh_eth.h> 25#include <linux/sh_eth.h>
26#include <linux/spi/rspi.h> 26#include <linux/spi/rspi.h>
27#include <linux/spi/spi.h> 27#include <linux/spi/spi.h>
28#include <mach/common.h>
29#include <mach/r7s72100.h> 28#include <mach/r7s72100.h>
30#include <asm/mach-types.h> 29#include <asm/mach-types.h>
31#include <asm/mach/arch.h> 30#include <asm/mach/arch.h>
31#include "common.h"
32#include "irqs.h" 32#include "irqs.h"
33 33
34/* Ether */ 34/* Ether */