mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:04:41 +01:00
cpufreq: davinci: 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
80f9f241bb
commit
6f80f75511
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ static struct cpufreq_driver davinci_driver = {
|
|||
.get = cpufreq_generic_get,
|
||||
.init = davinci_cpu_init,
|
||||
.name = "davinci",
|
||||
.attr = cpufreq_generic_attr,
|
||||
};
|
||||
|
||||
static int __init davinci_cpufreq_probe(struct platform_device *pdev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue