diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/clock.h')
| -rw-r--r-- | arch/arm/plat-omap/include/plat/clock.h | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/plat-omap/include/plat/clock.h b/arch/arm/plat-omap/include/plat/clock.h index 240a7b9fd94..d0ef57c1d71 100644 --- a/arch/arm/plat-omap/include/plat/clock.h +++ b/arch/arm/plat-omap/include/plat/clock.h @@ -272,8 +272,6 @@ struct clk {  #endif  }; -struct cpufreq_frequency_table; -  struct clk_functions {  	int		(*clk_enable)(struct clk *clk);  	void		(*clk_disable)(struct clk *clk); @@ -283,10 +281,6 @@ struct clk_functions {  	void		(*clk_allow_idle)(struct clk *clk);  	void		(*clk_deny_idle)(struct clk *clk);  	void		(*clk_disable_unused)(struct clk *clk); -#ifdef CONFIG_CPU_FREQ -	void		(*clk_init_cpufreq_table)(struct cpufreq_frequency_table **); -	void		(*clk_exit_cpufreq_table)(struct cpufreq_frequency_table **); -#endif  };  extern int mpurate; @@ -301,10 +295,6 @@ extern void recalculate_root_clocks(void);  extern unsigned long followparent_recalc(struct clk *clk);  extern void clk_enable_init_clocks(void);  unsigned long omap_fixed_divisor_recalc(struct clk *clk); -#ifdef CONFIG_CPU_FREQ -extern void clk_init_cpufreq_table(struct cpufreq_frequency_table **table); -extern void clk_exit_cpufreq_table(struct cpufreq_frequency_table **table); -#endif  extern struct clk *omap_clk_get_by_name(const char *name);  extern int omap_clk_enable_autoidle_all(void);  extern int omap_clk_disable_autoidle_all(void);  |