summaryrefslogtreecommitdiffstats
path: root/include/linux/clk
diff options
context:
space:
mode:
authorTero Kristo2015-03-03 15:22:50 +0100
committerTero Kristo2015-06-02 11:31:30 +0200
commitbd86cfdcbd827216fd682d62ffba2667bbe6fbc3 (patch)
treeb2263cdf232240a9d9ddbbb3139dd27423751a60 /include/linux/clk
parentclk: ti: omap2430: move clock support code under clock driver (diff)
downloadkernel-qcow2-linux-bd86cfdcbd827216fd682d62ffba2667bbe6fbc3.tar.gz
kernel-qcow2-linux-bd86cfdcbd827216fd682d62ffba2667bbe6fbc3.tar.xz
kernel-qcow2-linux-bd86cfdcbd827216fd682d62ffba2667bbe6fbc3.zip
clk: ti: clkdm: move clkdm gate clock 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 the exported clock driver APIs as well, as these are not needed outside clock driver anymore. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'include/linux/clk')
-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 440ace33ea35..27828422c9c5 100644
--- a/include/linux/clk/ti.h
+++ b/include/linux/clk/ti.h
@@ -272,8 +272,6 @@ extern const struct clk_ops ti_clk_mux_ops;
#define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw)
void omap2_init_clk_clkdm(struct clk_hw *clk);
-int omap2_clkops_enable_clkdm(struct clk_hw *hw);
-void omap2_clkops_disable_clkdm(struct clk_hw *hw);
int omap2_clk_disable_autoidle_all(void);
int omap2_clk_enable_autoidle_all(void);
int omap2_clk_allow_idle(struct clk *clk);