|
@@ -270,7 +270,6 @@ static int longrun_cpu_init(struct cpufreq_policy *policy)
|
|
/* cpuinfo and default policy values */
|
|
/* cpuinfo and default policy values */
|
|
policy->cpuinfo.min_freq = longrun_low_freq;
|
|
policy->cpuinfo.min_freq = longrun_low_freq;
|
|
policy->cpuinfo.max_freq = longrun_high_freq;
|
|
policy->cpuinfo.max_freq = longrun_high_freq;
|
|
- policy->cpuinfo.transition_latency = CPUFREQ_ETERNAL;
|
|
|
|
longrun_get_policy(policy);
|
|
longrun_get_policy(policy);
|
|
|
|
|
|
return 0;
|
|
return 0;
|