diff options
author | Mike Turquette <mturquette@linaro.org> | 2014-06-10 19:53:25 -0400 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2014-06-10 19:53:25 -0400 |
commit | 3f6eec9969d24f91a3909d51e86e007ca5efd4c4 (patch) | |
tree | bff0f51bab78b18d52cfd57ad7cd8b78ac6a882c /arch/arm/mach-omap2/clock.h | |
parent | 963649d735c8b6eb0f97e82c54f02426ff3f1f45 (diff) | |
parent | 7e148070001ae82df08966199580a29b934e3bf3 (diff) |
Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-next
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index bda767a9dea8..12f54d428d7c 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h | |||
@@ -178,17 +178,6 @@ struct clksel { | |||
178 | const struct clksel_rate *rates; | 178 | const struct clksel_rate *rates; |
179 | }; | 179 | }; |
180 | 180 | ||
181 | struct clk_hw_omap_ops { | ||
182 | void (*find_idlest)(struct clk_hw_omap *oclk, | ||
183 | void __iomem **idlest_reg, | ||
184 | u8 *idlest_bit, u8 *idlest_val); | ||
185 | void (*find_companion)(struct clk_hw_omap *oclk, | ||
186 | void __iomem **other_reg, | ||
187 | u8 *other_bit); | ||
188 | void (*allow_idle)(struct clk_hw_omap *oclk); | ||
189 | void (*deny_idle)(struct clk_hw_omap *oclk); | ||
190 | }; | ||
191 | |||
192 | unsigned long omap_fixed_divisor_recalc(struct clk_hw *hw, | 181 | unsigned long omap_fixed_divisor_recalc(struct clk_hw *hw, |
193 | unsigned long parent_rate); | 182 | unsigned long parent_rate); |
194 | 183 | ||
@@ -279,8 +268,6 @@ extern const struct clk_hw_omap_ops clkhwops_omap3430es2_hsotgusb_wait; | |||
279 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; | 268 | extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; |
280 | extern const struct clk_hw_omap_ops clkhwops_apll54; | 269 | extern const struct clk_hw_omap_ops clkhwops_apll54; |
281 | extern const struct clk_hw_omap_ops clkhwops_apll96; | 270 | extern const struct clk_hw_omap_ops clkhwops_apll96; |
282 | extern const struct clk_hw_omap_ops clkhwops_omap2xxx_dpll; | ||
283 | extern const struct clk_hw_omap_ops clkhwops_omap2430_i2chs_wait; | ||
284 | 271 | ||
285 | /* clksel_rate blocks shared between OMAP44xx and AM33xx */ | 272 | /* clksel_rate blocks shared between OMAP44xx and AM33xx */ |
286 | extern const struct clksel_rate div_1_0_rates[]; | 273 | extern const struct clksel_rate div_1_0_rates[]; |