aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-03 10:28:12 -0500
committerTero Kristo <t-kristo@ti.com>2015-06-02 05:31:37 -0400
commitf2671d5c6cb4abe4636014cd66fd0eeb8190b2ca (patch)
tree16640980aa07d8f3cd5dc39ffc0e96b064495734 /include/linux/clk
parentbd86cfdcbd827216fd682d62ffba2667bbe6fbc3 (diff)
clk: ti: omap34xx: move omap34xx clock type support code to clock driver
With the legacy clock data gone, this is no longer needed under platform, so move it under the clock driver itself. Remove unnecessary declarations from the TI clock header also. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include/linux/clk')
-rw-r--r--include/linux/clk/ti.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index 27828422c9c5..cd5b3eadc317 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -331,12 +331,8 @@ void ti_clk_setup_features(struct ti_clk_features *features);
331const struct ti_clk_features *ti_clk_get_features(void); 331const struct ti_clk_features *ti_clk_get_features(void);
332 332
333extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll; 333extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll;
334extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
335extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; 334extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
336extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait; 335extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;
337extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_ssi_wait;
338extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_dss_usbhost_wait;
339extern const struct clk_hw_omap_ops clkhwops_omap3430es2_iclk_hsotgusb_wait;
340 336
341#ifdef CONFIG_ATAGS 337#ifdef CONFIG_ATAGS
342int omap3430_clk_legacy_init(void); 338int omap3430_clk_legacy_init(void);