diff options
author | Paul Walmsley <paul@pwsan.com> | 2012-09-27 18:33:33 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2012-10-19 01:22:26 +0200 |
commit | 1fe9be8248ae9a04a09fcec7fed486d31e7f0897 (patch) | |
tree | aa65df4a2e59363d9274c20d9441ff817f22e7cf /arch/arm/mach-omap2/clock33xx_data.c | |
parent | ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 (diff) | |
download | linux-1fe9be8248ae9a04a09fcec7fed486d31e7f0897.tar.xz linux-1fe9be8248ae9a04a09fcec7fed486d31e7f0897.zip |
ARM: OMAP: duplicate plat-omap/clock.c into mach-omap[12]/clock.c
Duplicate arch/arm/plat-omap/clock.c into arch/arm/mach-omap1/clock.c
and arch/arm/mach-omap2/clock.c. This is to support people who are working
on the ARM single image kernel and the OMAP common clock framework
conversion.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock33xx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock33xx_data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock33xx_data.c b/arch/arm/mach-omap2/clock33xx_data.c index 114ab4b8e0e3..3491b1769d4e 100644 --- a/arch/arm/mach-omap2/clock33xx_data.c +++ b/arch/arm/mach-omap2/clock33xx_data.c @@ -1085,8 +1085,6 @@ int __init am33xx_clk_init(void) cpu_clkflg = CK_AM33XX; } - clk_init(&omap2_clk_functions); - for (c = am33xx_clks; c < am33xx_clks + ARRAY_SIZE(am33xx_clks); c++) clk_preinit(c->lk.clk); |