aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock.h
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-02 10:06:59 -0500
committerTero Kristo <t-kristo@ti.com>2015-06-02 05:30:59 -0400
commitc06bfbe75ef52ff548bffa3d89587aaaa92893bf (patch)
tree97bee7d3f6cd5ece25a439d086972ef0038048a0 /arch/arm/mach-omap2/clock.h
parent574c0116b910c7d47d7ead4f1dda21117c38723d (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.h14
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
205extern struct clk_functions omap2_clk_functions; 205extern struct clk_functions omap2_clk_functions;
206 206
207extern const struct clksel_rate gpt_32k_rates[];
208extern const struct clksel_rate gpt_sys_rates[];
209extern const struct clksel_rate gfx_l3_rates[];
210extern const struct clksel_rate dsp_ick_rates[];
211
212extern const struct clk_hw_omap_ops clkhwops_wait; 207extern const struct clk_hw_omap_ops clkhwops_wait;
213extern const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait; 208extern const struct clk_hw_omap_ops clkhwops_omap3430es2_ssi_wait;
214extern const struct clk_hw_omap_ops clkhwops_omap3430es2_dss_usbhost_wait; 209extern 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;
217extern const struct clk_hw_omap_ops clkhwops_apll54; 212extern const struct clk_hw_omap_ops clkhwops_apll54;
218extern const struct clk_hw_omap_ops clkhwops_apll96; 213extern const struct clk_hw_omap_ops clkhwops_apll96;
219 214
220/* clksel_rate blocks shared between OMAP44xx and AM33xx */
221extern const struct clksel_rate div_1_0_rates[];
222extern const struct clksel_rate div3_1to4_rates[];
223extern const struct clksel_rate div_1_1_rates[];
224extern const struct clksel_rate div_1_2_rates[];
225extern const struct clksel_rate div_1_3_rates[];
226extern const struct clksel_rate div_1_4_rates[];
227extern const struct clksel_rate div31_1to31_rates[];
228
229extern int omap2_clkops_enable_clkdm(struct clk_hw *hw); 215extern int omap2_clkops_enable_clkdm(struct clk_hw *hw);
230extern void omap2_clkops_disable_clkdm(struct clk_hw *hw); 216extern void omap2_clkops_disable_clkdm(struct clk_hw *hw);
231 217