diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock3xxx_data.c')
-rw-r--r-- | arch/arm/mach-omap2/clock3xxx_data.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index 1f42c9d5ecf3..a02d158568e8 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c | |||
@@ -21,8 +21,6 @@ | |||
21 | #include <linux/list.h> | 21 | #include <linux/list.h> |
22 | #include <linux/io.h> | 22 | #include <linux/io.h> |
23 | 23 | ||
24 | #include <plat/clkdev_omap.h> | ||
25 | |||
26 | #include "soc.h" | 24 | #include "soc.h" |
27 | #include "iomap.h" | 25 | #include "iomap.h" |
28 | #include "clock.h" | 26 | #include "clock.h" |
@@ -3573,8 +3571,6 @@ int __init omap3xxx_clk_init(void) | |||
3573 | else | 3571 | else |
3574 | dpll4_dd = dpll4_dd_34xx; | 3572 | dpll4_dd = dpll4_dd_34xx; |
3575 | 3573 | ||
3576 | clk_init(&omap2_clk_functions); | ||
3577 | |||
3578 | for (c = omap3xxx_clks; c < omap3xxx_clks + ARRAY_SIZE(omap3xxx_clks); | 3574 | for (c = omap3xxx_clks; c < omap3xxx_clks + ARRAY_SIZE(omap3xxx_clks); |
3579 | c++) | 3575 | c++) |
3580 | clk_preinit(c->lk.clk); | 3576 | clk_preinit(c->lk.clk); |