Skip to content

Commit 7b748fa

Browse files
committed
cpufreq: sh: 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: Rafael J. Wysocki <[email protected]>
1 parent ad3f116 commit 7b748fa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/cpufreq/sh-cpufreq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ static struct cpufreq_driver sh_cpufreq_driver = {
151151
.verify = sh_cpufreq_verify,
152152
.init = sh_cpufreq_cpu_init,
153153
.exit = sh_cpufreq_cpu_exit,
154-
.attr = cpufreq_generic_attr,
155154
};
156155

157156
static int __init sh_cpufreq_module_init(void)

0 commit comments

Comments
 (0)