diff options
author | Tero Kristo <t-kristo@ti.com> | 2015-03-02 10:06:59 -0500 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-06-02 05:30:59 -0400 |
commit | c06bfbe75ef52ff548bffa3d89587aaaa92893bf (patch) | |
tree | 97bee7d3f6cd5ece25a439d086972ef0038048a0 /arch/arm/mach-omap2/clock.h | |
parent | 574c0116b910c7d47d7ead4f1dda21117c38723d (diff) |
ARM: OMAP2+: clock: remove clock_common_data.c file
This only contains clksel tables that were used with the legacy clock data.
Now that legacy clock data is completely gone, this file can be removed
also.
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 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index 9efff4bb291b..b71d43051c26 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h | |||
@@ -204,11 +204,6 @@ extern const struct clkops clkops_omap2_dflt; | |||
204 | 204 | ||
205 | extern struct clk_functions omap2_clk_functions; | 205 | extern struct clk_functions omap2_clk_functions; |
206 | 206 | ||
207 | extern const struct clksel_rate gpt_32k_rates[]; | ||
208 | extern const struct clksel_rate gpt_sys_rates[]; | ||
209 | extern const struct clksel_rate gfx_l3_rates[]; | ||
210 | extern const struct clksel_rate dsp_ick_rates[]; | ||
211 | |||
212 | extern const struct clk_hw_omap_ops clkhwops_wait; | 207 | extern const struct clk_hw_omap_ops clkhwops_wait; |
213 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait; | 208 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait; |
214 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; | 209 | extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; |
@@ -217,15 +212,6 @@ extern const struct clk_hw_omap_ops clkhwops_am35xx_ipss_module_wait; | |||
217 | extern const struct clk_hw_omap_ops clkhwops_apll54; | 212 | extern const struct clk_hw_omap_ops clkhwops_apll54; |
218 | extern const struct clk_hw_omap_ops clkhwops_apll96; | 213 | extern const struct clk_hw_omap_ops clkhwops_apll96; |
219 | 214 | ||
220 | /* clksel_rate blocks shared between OMAP44xx and AM33xx */ | ||
221 | extern const struct clksel_rate div_1_0_rates[]; | ||
222 | extern const struct clksel_rate div3_1to4_rates[]; | ||
223 | extern const struct clksel_rate div_1_1_rates[]; | ||
224 | extern const struct clksel_rate div_1_2_rates[]; | ||
225 | extern const struct clksel_rate div_1_3_rates[]; | ||
226 | extern const struct clksel_rate div_1_4_rates[]; | ||
227 | extern const struct clksel_rate div31_1to31_rates[]; | ||
228 | |||
229 | extern int omap2_clkops_enable_clkdm(struct clk_hw *hw); | 215 | extern int omap2_clkops_enable_clkdm(struct clk_hw *hw); |
230 | extern void omap2_clkops_disable_clkdm(struct clk_hw *hw); | 216 | extern void omap2_clkops_disable_clkdm(struct clk_hw *hw); |
231 | 217 | ||