|
@@ -272,8 +272,6 @@ struct clk {
|
|
#endif
|
|
#endif
|
|
};
|
|
};
|
|
|
|
|
|
-struct cpufreq_frequency_table;
|
|
|
|
-
|
|
|
|
struct clk_functions {
|
|
struct clk_functions {
|
|
int (*clk_enable)(struct clk *clk);
|
|
int (*clk_enable)(struct clk *clk);
|
|
void (*clk_disable)(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_allow_idle)(struct clk *clk);
|
|
void (*clk_deny_idle)(struct clk *clk);
|
|
void (*clk_deny_idle)(struct clk *clk);
|
|
void (*clk_disable_unused)(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;
|
|
extern int mpurate;
|
|
@@ -301,10 +295,6 @@ extern void recalculate_root_clocks(void);
|
|
extern unsigned long followparent_recalc(struct clk *clk);
|
|
extern unsigned long followparent_recalc(struct clk *clk);
|
|
extern void clk_enable_init_clocks(void);
|
|
extern void clk_enable_init_clocks(void);
|
|
unsigned long omap_fixed_divisor_recalc(struct clk *clk);
|
|
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 struct clk *omap_clk_get_by_name(const char *name);
|
|
extern int omap_clk_enable_autoidle_all(void);
|
|
extern int omap_clk_enable_autoidle_all(void);
|
|
extern int omap_clk_disable_autoidle_all(void);
|
|
extern int omap_clk_disable_autoidle_all(void);
|