aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock.h')
-rw-r--r--arch/arm/mach-omap2/clock.h2
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[];
129extern const struct clksel_rate gpt_sys_rates[]; 129extern const struct clksel_rate gpt_sys_rates[];
130extern const struct clksel_rate gfx_l3_rates[]; 130extern 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)
133extern void omap2_clk_init_cpufreq_table(struct cpufreq_frequency_table **table); 133extern void omap2_clk_init_cpufreq_table(struct cpufreq_frequency_table **table);
134extern void omap2_clk_exit_cpufreq_table(struct cpufreq_frequency_table **table); 134extern void omap2_clk_exit_cpufreq_table(struct cpufreq_frequency_table **table);
135#else 135#else