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/clock2430_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/clock2430_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock2430_data.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock2430_data.c b/arch/arm/mach-omap2/clock2430_data.c index 22404fe435e7..17f110de88ea 100644 --- a/arch/arm/mach-omap2/clock2430_data.c +++ b/arch/arm/mach-omap2/clock2430_data.c @@ -2034,8 +2034,6 @@ int __init omap2430_clk_init(void) cpu_mask = RATE_IN_243X; rate_table = omap2430_rate_table; - clk_init(&omap2_clk_functions); - for (c = omap2430_clks; c < omap2430_clks + ARRAY_SIZE(omap2430_clks); c++) clk_preinit(c->lk.clk); |