mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:04:43 +01:00
cpufreq: omap: 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
1a867c7ce6
commit
ef282f6bef
1 changed files with 0 additions and 1 deletions
|
|
@ -147,7 +147,6 @@ static struct cpufreq_driver omap_driver = {
|
|||
.exit = omap_cpu_exit,
|
||||
.register_em = cpufreq_register_em_with_opp,
|
||||
.name = "omap",
|
||||
.attr = cpufreq_generic_attr,
|
||||
};
|
||||
|
||||
static int omap_cpufreq_probe(struct platform_device *pdev)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue