cpufreq: vexpress: 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: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Rafael J. Wysocki <rafael@kernel.org>
This commit is contained in:
Viresh Kumar 2025-01-22 16:23:51 +05:30
parent f577fab0cc
commit 260d6cdc7b
1 changed files with 0 additions and 1 deletions

View File

@ -471,7 +471,6 @@ static struct cpufreq_driver ve_spc_cpufreq_driver = {
.init = ve_spc_cpufreq_init, .init = ve_spc_cpufreq_init,
.exit = ve_spc_cpufreq_exit, .exit = ve_spc_cpufreq_exit,
.register_em = cpufreq_register_em_with_opp, .register_em = cpufreq_register_em_with_opp,
.attr = cpufreq_generic_attr,
}; };
#ifdef CONFIG_BL_SWITCHER #ifdef CONFIG_BL_SWITCHER