diff options
Diffstat (limited to 'arch/blackfin')
-rw-r--r-- | arch/blackfin/mach-bf533/cpu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf533/cpu.c b/arch/blackfin/mach-bf533/cpu.c index 6fd9cfd0a31b..b7a0e0fbd9af 100644 --- a/arch/blackfin/mach-bf533/cpu.c +++ b/arch/blackfin/mach-bf533/cpu.c | |||
@@ -118,8 +118,6 @@ static int __init __bf533_cpu_init(struct cpufreq_policy *policy) | |||
118 | if (policy->cpu != 0) | 118 | if (policy->cpu != 0) |
119 | return -EINVAL; | 119 | return -EINVAL; |
120 | 120 | ||
121 | policy->governor = CPUFREQ_DEFAULT_GOVERNOR; | ||
122 | |||
123 | policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL; | 121 | policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL; |
124 | /*Now ,only support one cpu */ | 122 | /*Now ,only support one cpu */ |
125 | policy->cur = bf533_getfreq(0); | 123 | policy->cur = bf533_getfreq(0); |