diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2014-06-17 09:47:37 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-06-17 10:09:39 +0200 |
commit | fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92 (patch) | |
tree | f4fba635d94720868af189f4344eb6dd21342c69 /arch/arm/mach-shmobile/clock.c | |
parent | ARM: shmobile: Move most of irqs.h, keep some for pinctl (diff) | |
download | linux-fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92.tar.xz linux-fd44aa5e570d1d8c7d361dcbf94c2b8cd25cfe92.zip |
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/clock.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock.c b/arch/arm/mach-shmobile/clock.c index 2a58a782e203..806f94038cc4 100644 --- a/arch/arm/mach-shmobile/clock.c +++ b/arch/arm/mach-shmobile/clock.c @@ -49,8 +49,8 @@ void __init shmobile_clk_workaround(const struct clk_name *clks, #else /* CONFIG_COMMON_CLK */ #include <linux/sh_clk.h> #include <linux/export.h> -#include <mach/common.h> #include "clock.h" +#include "common.h" unsigned long shmobile_fixed_ratio_clk_recalc(struct clk *clk) { |