diff options
Diffstat (limited to 'arch/arm/mach-sa1100/cpu-sa1100.c')
-rw-r--r-- | arch/arm/mach-sa1100/cpu-sa1100.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/cpu-sa1100.c b/arch/arm/mach-sa1100/cpu-sa1100.c index f7fa03478efd..244d5956312c 100644 --- a/arch/arm/mach-sa1100/cpu-sa1100.c +++ b/arch/arm/mach-sa1100/cpu-sa1100.c | |||
@@ -224,7 +224,6 @@ static int __init sa1100_cpu_init(struct cpufreq_policy *policy) | |||
224 | if (policy->cpu != 0) | 224 | if (policy->cpu != 0) |
225 | return -EINVAL; | 225 | return -EINVAL; |
226 | policy->cur = policy->min = policy->max = sa11x0_getspeed(0); | 226 | policy->cur = policy->min = policy->max = sa11x0_getspeed(0); |
227 | policy->governor = CPUFREQ_DEFAULT_GOVERNOR; | ||
228 | policy->cpuinfo.min_freq = 59000; | 227 | policy->cpuinfo.min_freq = 59000; |
229 | policy->cpuinfo.max_freq = 287000; | 228 | policy->cpuinfo.max_freq = 287000; |
230 | policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL; | 229 | policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL; |