|
@@ -245,7 +245,6 @@ struct ti_clk_features {
|
|
extern struct ti_clk_features ti_clk_features;
|
|
extern struct ti_clk_features ti_clk_features;
|
|
|
|
|
|
extern const struct clkops clkops_omap2_dflt_wait;
|
|
extern const struct clkops clkops_omap2_dflt_wait;
|
|
-extern const struct clkops clkops_dummy;
|
|
|
|
extern const struct clkops clkops_omap2_dflt;
|
|
extern const struct clkops clkops_omap2_dflt;
|
|
|
|
|
|
extern struct clk_functions omap2_clk_functions;
|
|
extern struct clk_functions omap2_clk_functions;
|
|
@@ -254,8 +253,6 @@ extern const struct clksel_rate gpt_32k_rates[];
|
|
extern const struct clksel_rate gpt_sys_rates[];
|
|
extern const struct clksel_rate gpt_sys_rates[];
|
|
extern const struct clksel_rate gfx_l3_rates[];
|
|
extern const struct clksel_rate gfx_l3_rates[];
|
|
extern const struct clksel_rate dsp_ick_rates[];
|
|
extern const struct clksel_rate dsp_ick_rates[];
|
|
-extern struct clk_core dummy_ck_core;
|
|
|
|
-extern struct clk dummy_ck;
|
|
|
|
|
|
|
|
extern const struct clk_hw_omap_ops clkhwops_iclk_wait;
|
|
extern const struct clk_hw_omap_ops clkhwops_iclk_wait;
|
|
extern const struct clk_hw_omap_ops clkhwops_wait;
|
|
extern const struct clk_hw_omap_ops clkhwops_wait;
|
|
@@ -280,7 +277,5 @@ extern void __iomem *clk_memmaps[];
|
|
extern int omap2_clkops_enable_clkdm(struct clk_hw *hw);
|
|
extern int omap2_clkops_enable_clkdm(struct clk_hw *hw);
|
|
extern void omap2_clkops_disable_clkdm(struct clk_hw *hw);
|
|
extern void omap2_clkops_disable_clkdm(struct clk_hw *hw);
|
|
|
|
|
|
-extern void omap_clocks_register(struct omap_clk *oclks, int cnt);
|
|
|
|
-
|
|
|
|
void __init ti_clk_init_features(void);
|
|
void __init ti_clk_init_features(void);
|
|
#endif
|
|
#endif
|