diff options
| author | Tero Kristo <t-kristo@ti.com> | 2016-09-30 07:13:38 -0400 |
|---|---|---|
| committer | Tero Kristo <t-kristo@ti.com> | 2017-03-08 05:59:30 -0500 |
| commit | 2e1a294c0f2273a6d3537c91965ca46a6483bd8c (patch) | |
| tree | fd86e63e66a63af0aaebbd221140d8fcb1010a54 /include/linux/clk | |
| parent | b6f27b2db2df395d65b02a758861c7fc54edbec1 (diff) | |
clk: ti: move omap2_init_clk_clkdm under TI clock driver
This is not needed outside the driver, so move it inside it and remove
the prototype from the public header also.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/linux/clk')
| -rw-r--r-- | include/linux/clk/ti.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/clk/ti.h b/include/linux/clk/ti.h index bc7fd8f0fb5d..626ae94b7444 100644 --- a/include/linux/clk/ti.h +++ b/include/linux/clk/ti.h | |||
| @@ -238,7 +238,6 @@ struct ti_clk_ll_ops { | |||
| 238 | 238 | ||
| 239 | #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw) | 239 | #define to_clk_hw_omap(_hw) container_of(_hw, struct clk_hw_omap, hw) |
| 240 | 240 | ||
| 241 | void omap2_init_clk_clkdm(struct clk_hw *clk); | ||
| 242 | int omap2_clk_disable_autoidle_all(void); | 241 | int omap2_clk_disable_autoidle_all(void); |
| 243 | int omap2_clk_enable_autoidle_all(void); | 242 | int omap2_clk_enable_autoidle_all(void); |
| 244 | int omap2_clk_allow_idle(struct clk *clk); | 243 | int omap2_clk_allow_idle(struct clk *clk); |
