diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-02 04:14:00 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-01-10 19:45:17 +0100 |
commit | 2d8c8a02830de5e042922c33dcc9de08699e5e24 (patch) | |
tree | 67fea7faedf60cc8fc243452b079d944209254c5 /arch/arm/mach-s5p64x0/clock-s5p6450.c | |
parent | ARM: S5P64X0: move i2c.h into local directory (diff) | |
download | linux-2d8c8a02830de5e042922c33dcc9de08699e5e24.tar.xz linux-2d8c8a02830de5e042922c33dcc9de08699e5e24.zip |
ARM: S5P64X0: move s5p64x0-clock.h into local directory
The <mach/s5p64x0-clock.h> can be moved into mach-s5p64x0/.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5p64x0/clock-s5p6450.c')
-rw-r--r-- | arch/arm/mach-s5p64x0/clock-s5p6450.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/clock-s5p6450.c b/arch/arm/mach-s5p64x0/clock-s5p6450.c index 154dea702d70..af384ddd2dcf 100644 --- a/arch/arm/mach-s5p64x0/clock-s5p6450.c +++ b/arch/arm/mach-s5p64x0/clock-s5p6450.c @@ -23,7 +23,6 @@ #include <mach/hardware.h> #include <mach/map.h> #include <mach/regs-clock.h> -#include <mach/s5p64x0-clock.h> #include <plat/cpu-freq.h> #include <plat/clock.h> @@ -32,6 +31,7 @@ #include <plat/s5p-clock.h> #include <plat/clock-clksrc.h> +#include "clock.h" #include "common.h" static struct clksrc_clk clk_mout_dpll = { |