aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk/ti.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-03 16:08:42 +0200
committerTero Kristo <t-kristo@ti.com>2015-06-02 12:31:29 +0300
commitd5a04dddf51e234dc89f21e4e4b91e853cf49ff2 (patch)
tree1ebd6aeac7d4e9da903691a5d7360849c3373ac9 /include/linux/clk/ti.h
parentclk: ti: dflt: move support for default gate clock to clock driver (diff)
downloadlinux-dev-d5a04dddf51e234dc89f21e4e4b91e853cf49ff2.tar.xz
linux-dev-d5a04dddf51e234dc89f21e4e4b91e853cf49ff2.zip
clk: ti: omap2430: move clock support code under clock driver
With the legacy clock support gone, this is no longer needed under platform code-base. Thus, move this under the TI clock driver, and remove the exported API from the public header. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include/linux/clk/ti.h')
-rw-r--r--include/linux/clk/ti.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h
index 81a913edffa7..440ace33ea35 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -333,7 +333,6 @@ void ti_clk_setup_features(struct ti_clk_features *features);
const struct ti_clk_features *ti_clk_get_features(void);
extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll;
-extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait;
extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait;
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait;
extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_wait;