diff options
Diffstat (limited to 'arch/arm/mach-pxa/cpufreq-pxa2xx.c')
-rw-r--r-- | arch/arm/mach-pxa/cpufreq-pxa2xx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/cpufreq-pxa2xx.c b/arch/arm/mach-pxa/cpufreq-pxa2xx.c index d82528e74bd0..1f272ea83f36 100644 --- a/arch/arm/mach-pxa/cpufreq-pxa2xx.c +++ b/arch/arm/mach-pxa/cpufreq-pxa2xx.c | |||
@@ -335,9 +335,6 @@ static __init int pxa_cpufreq_init(struct cpufreq_policy *policy) | |||
335 | pxa27x_guess_max_freq(); | 335 | pxa27x_guess_max_freq(); |
336 | 336 | ||
337 | /* set default policy and cpuinfo */ | 337 | /* set default policy and cpuinfo */ |
338 | policy->governor = CPUFREQ_DEFAULT_GOVERNOR; | ||
339 | if (cpu_is_pxa25x()) | ||
340 | policy->policy = CPUFREQ_POLICY_PERFORMANCE; | ||
341 | policy->cpuinfo.transition_latency = 1000; /* FIXME: 1 ms, assumed */ | 338 | policy->cpuinfo.transition_latency = 1000; /* FIXME: 1 ms, assumed */ |
342 | policy->cur = get_clk_frequency_khz(0); /* current freq */ | 339 | policy->cur = get_clk_frequency_khz(0); /* current freq */ |
343 | policy->min = policy->max = policy->cur; | 340 | policy->min = policy->max = policy->cur; |