diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 03:47:37 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 04:09:39 -0400 |
commit | fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92 (patch) | |
tree | f4fba635d94720868af189f4344eb6dd21342c69 /arch/arm/mach-shmobile/board-genmai-reference.c | |
parent | b6bab1263c61e39cfc3427f54baff6f683f54298 (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-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-genmai-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-genmai-reference.c b/arch/arm/mach-shmobile/board-genmai-reference.c index c3535858eff8..d341ef09ec37 100644 --- a/arch/arm/mach-shmobile/board-genmai-reference.c +++ b/arch/arm/mach-shmobile/board-genmai-reference.c | |||
@@ -20,11 +20,11 @@ | |||
20 | 20 | ||
21 | #include <linux/kernel.h> | 21 | #include <linux/kernel.h> |
22 | #include <linux/of_platform.h> | 22 | #include <linux/of_platform.h> |
23 | #include <mach/common.h> | ||
24 | #include <mach/r7s72100.h> | 23 | #include <mach/r7s72100.h> |
25 | #include <asm/mach-types.h> | 24 | #include <asm/mach-types.h> |
26 | #include <asm/mach/arch.h> | 25 | #include <asm/mach/arch.h> |
27 | #include "clock.h" | 26 | #include "clock.h" |
27 | #include "common.h" | ||
28 | 28 | ||
29 | /* | 29 | /* |
30 | * This is a really crude hack to provide clkdev support to platform | 30 | * This is a really crude hack to provide clkdev support to platform |