mirror of https://github.com/torvalds/linux.git
cpufreq: p4: Stop setting cpufreq_driver->attr field
The cpufreq core now handles this for basic attributes, including boost frequencies, the driver can skip setting them. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Rafael J. Wysocki <rafael@kernel.org>
This commit is contained in:
parent
ef282f6bef
commit
047124e431
|
|
@ -227,7 +227,6 @@ static struct cpufreq_driver p4clockmod_driver = {
|
|||
.init = cpufreq_p4_cpu_init,
|
||||
.get = cpufreq_p4_get,
|
||||
.name = "p4-clockmod",
|
||||
.attr = cpufreq_generic_attr,
|
||||
};
|
||||
|
||||
static const struct x86_cpu_id cpufreq_p4_id[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue