cpufreq: longhaul: 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>pull/1184/head
parent
25e4d8c131
commit
d4a3b9572b
|
|
@ -906,7 +906,6 @@ static struct cpufreq_driver longhaul_driver = {
|
||||||
.get = longhaul_get,
|
.get = longhaul_get,
|
||||||
.init = longhaul_cpu_init,
|
.init = longhaul_cpu_init,
|
||||||
.name = "longhaul",
|
.name = "longhaul",
|
||||||
.attr = cpufreq_generic_attr,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct x86_cpu_id longhaul_id[] = {
|
static const struct x86_cpu_id longhaul_id[] = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue