Skip to content

Commit e2079dc

Browse files
committed
cpufreq: sc520_freq: 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 e382146 commit e2079dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/cpufreq/sc520_freq.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ static struct cpufreq_driver sc520_freq_driver = {
9292
.target_index = sc520_freq_target,
9393
.init = sc520_freq_cpu_init,
9494
.name = "sc520_freq",
95-
.attr = cpufreq_generic_attr,
9695
};
9796

9897
static const struct x86_cpu_id sc520_ids[] = {

0 commit comments

Comments
 (0)