diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-03 16:22:50 +0200 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 12:31:30 +0300 |
commit | bd86cfdcbd827216fd682d62ffba2667bbe6fbc3 (patch) | |
tree | b2263cdf232240a9d9ddbbb3139dd27423751a60 /arch/arm/mach-omap2/clock.h | |
parent | d5a04dddf51e234dc89f21e4e4b91e853cf49ff2 (diff) | |
download | op-kernel-dev-bd86cfdcbd827216fd682d62ffba2667bbe6fbc3.zip op-kernel-dev-bd86cfdcbd827216fd682d62ffba2667bbe6fbc3.tar.gz |
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 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index 9480654..a7e9511 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h @@ -202,9 +202,6 @@ extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; extern const struct clk_hw_omap_ops clkhwops_apll54; extern const struct clk_hw_omap_ops clkhwops_apll96; -extern int omap2_clkops_enable_clkdm(struct clk_hw *hw); -extern void omap2_clkops_disable_clkdm(struct clk_hw *hw); - struct regmap; int __init omap2_clk_provider_init(struct device_node *np, int index, |