X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fcifs-2.6.git;a=blobdiff_plain;f=arch%2Fsh%2Fkernel%2Fcpufreq.c;h=e0590ffebd73f546af41b9a47453ab7eb09543ae;hp=c7668971ba6c6a2a4f6446c620eec6334e8eab7a;hb=dcf397f037f52add9945eced57ca300ab6a4413c;hpb=68ee0f9c98a42e36f9eab29155b2bb0e7e409ac6 diff --git a/arch/sh/kernel/cpufreq.c b/arch/sh/kernel/cpufreq.c index c7668971ba6c..e0590ffebd73 100644 --- a/arch/sh/kernel/cpufreq.c +++ b/arch/sh/kernel/cpufreq.c @@ -91,7 +91,6 @@ static int sh_cpufreq_cpu_init(struct cpufreq_policy *policy) policy->cpuinfo.max_freq = (clk_round_rate(cpuclk, ~0UL) + 500) / 1000; policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL; - policy->governor = CPUFREQ_DEFAULT_GOVERNOR; policy->cur = sh_cpufreq_get(policy->cpu); policy->min = policy->cpuinfo.min_freq; policy->max = policy->cpuinfo.max_freq;