Skip to content

Commit 260d6cd

Browse files
committed
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 <[email protected]> Acked-by: Sudeep Holla <[email protected]> Acked-by: Rafael J. Wysocki <[email protected]>
1 parent f577fab commit 260d6cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/cpufreq/vexpress-spc-cpufreq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,6 @@ static struct cpufreq_driver ve_spc_cpufreq_driver = {
471471
.init = ve_spc_cpufreq_init,
472472
.exit = ve_spc_cpufreq_exit,
473473
.register_em = cpufreq_register_em_with_opp,
474-
.attr = cpufreq_generic_attr,
475474
};
476475

477476
#ifdef CONFIG_BL_SWITCHER

0 commit comments

Comments
 (0)