aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-03 14:19:25 -0500
committerTero Kristo <t-kristo@ti.com>2015-06-02 05:31:45 -0400
commitc9a58b0a848e4b88d2dd4690ef19bae8696649eb (patch)
treeca6b0e5972d9e5a13d78f86c71d741cdfe60b2ca /include/linux
parenteb0572520db9322e47ab97e4aff4a7cbf0381387 (diff)
clk: ti: am3517: move remaining am3517 clock support code to clock driver
With legacy clock support gone, this is no longer needed under platform, so move it under the clock driver itself. Make some exports be driver internal definitions at the same time. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk/ti.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index cd5b3eadc317..15f3c971ccab 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -331,8 +331,6 @@ 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_am35xx_ipss_module_wait;
335extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;
336 334
337#ifdef CONFIG_ATAGS 335#ifdef CONFIG_ATAGS
338int omap3430_clk_legacy_init(void); 336int omap3430_clk_legacy_init(void);