diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r-- | arch/arm/mach-omap2/clock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock.h index a6e85f46a65c..fcb99cce5fc8 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock.h | |||
@@ -129,7 +129,7 @@ extern const struct clksel_rate gpt_32k_rates[]; | |||
129 | extern const struct clksel_rate gpt_sys_rates[]; | 129 | extern const struct clksel_rate gpt_sys_rates[]; |
130 | extern const struct clksel_rate gfx_l3_rates[]; | 130 | extern const struct clksel_rate gfx_l3_rates[]; |
131 | 131 | ||
132 | #if defined(CONFIG_ARCH_OMAP24XX) && defined(CONFIG_CPU_FREQ) | 132 | #if defined(CONFIG_ARCH_OMAP2) && defined(CONFIG_CPU_FREQ) |
133 | extern void omap2_clk_init_cpufreq_table(struct cpufreq_frequency_table **table); | 133 | extern void omap2_clk_init_cpufreq_table(struct cpufreq_frequency_table **table); |
134 | extern void omap2_clk_exit_cpufreq_table(struct cpufreq_frequency_table **table); | 134 | extern void omap2_clk_exit_cpufreq_table(struct cpufreq_frequency_table **table); |
135 | #else | 135 | #else |