mirror of
https://github.com/torvalds/linux.git
synced 2025-04-12 06:49:52 +00:00
cpufreq: spear: 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
7b748fa7f3
commit
c3245e78b5
@ -165,7 +165,6 @@ static struct cpufreq_driver spear_cpufreq_driver = {
|
||||
.target_index = spear_cpufreq_target,
|
||||
.get = cpufreq_generic_get,
|
||||
.init = spear_cpufreq_init,
|
||||
.attr = cpufreq_generic_attr,
|
||||
};
|
||||
|
||||
static int spear_cpufreq_probe(struct platform_device *pdev)
|
||||
|
Loading…
x
Reference in New Issue
Block a user