Message ID | 20240815082916.1210110-3-pierre.gondois@arm.com |
---|---|
State | New |
Headers | show |
Series | rust: cpufreq: Add cppc_cpufreq driver implementation | expand |
diff --git a/drivers/cpufreq/cppc_cpufreq.c b/drivers/cpufreq/cppc_cpufreq.c index 208d7b176fd0..632f2caebbb5 100644 --- a/drivers/cpufreq/cppc_cpufreq.c +++ b/drivers/cpufreq/cppc_cpufreq.c @@ -31,7 +31,6 @@ struct cppc_cpudata { struct list_head node; struct cppc_perf_caps perf_caps; struct cppc_perf_ctrls perf_ctrls; - struct cppc_perf_fb_ctrs perf_fb_ctrs; unsigned int shared_type; cpumask_var_t shared_cpu_map; };
Remove the perf_fb_ctrs field from `struct cppc_cpudata` as it was never used. Signed-off-by: Pierre Gondois <pierre.gondois@arm.com> --- drivers/cpufreq/cppc_cpufreq.c | 1 - 1 file changed, 1 deletion(-)