aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-msm/acpuclock-arm11.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/acpuclock-arm11.c b/arch/arm/mach-msm/acpuclock-arm11.c
index f9c9035bd9bb..af5e85b91d02 100644
--- a/arch/arm/mach-msm/acpuclock-arm11.c
+++ b/arch/arm/mach-msm/acpuclock-arm11.c
@@ -135,6 +135,8 @@ static struct clkctl_acpu_speed acpu_freq_tbl[] = {
135}; 135};
136#endif 136#endif
137 137
138
139#ifdef CONFIG_CPU_FREQ_TABLE
138static struct cpufreq_frequency_table freq_table[] = { 140static struct cpufreq_frequency_table freq_table[] = {
139 { 0, 122880 }, 141 { 0, 122880 },
140 { 1, 128000 }, 142 { 1, 128000 },
@@ -143,6 +145,7 @@ static struct cpufreq_frequency_table freq_table[] = {
143 { 4, 528000 }, 145 { 4, 528000 },
144 { 5, CPUFREQ_TABLE_END }, 146 { 5, CPUFREQ_TABLE_END },
145}; 147};
148#endif
146 149
147static int pc_pll_request(unsigned id, unsigned on) 150static int pc_pll_request(unsigned id, unsigned on)
148{ 151{