mirror of
https://github.com/torvalds/linux.git
synced 2025-04-09 14:45:27 +00:00
cpufreq: kirkwood: 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
03973e997f
commit
25e4d8c131
@ -96,7 +96,6 @@ static struct cpufreq_driver kirkwood_cpufreq_driver = {
|
||||
.target_index = kirkwood_cpufreq_target,
|
||||
.init = kirkwood_cpufreq_cpu_init,
|
||||
.name = "kirkwood-cpufreq",
|
||||
.attr = cpufreq_generic_attr,
|
||||
};
|
||||
|
||||
static int kirkwood_cpufreq_probe(struct platform_device *pdev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user