Commit 5b810f30 authored by Paul Mackerras's avatar Paul Mackerras

PPC32: Fix compilation of powermac cpufreq stuff

parent 1a623a25
......@@ -320,10 +320,6 @@ pmac_cpufreq_setup(void)
driver->policy = (struct cpufreq_policy *) (driver + 1);
#ifdef CONFIG_CPU_FREQ_24_API
driver->cpu_cur_freq[0] = cur_freq;
#endif
driver->verify = &pmac_cpufreq_verify;
driver->setpolicy = &pmac_cpufreq_setpolicy;
driver->init = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment