diff options
| author | Lifeng Zheng <[email protected]> | 2025-05-26 11:30:55 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2025-06-18 19:03:52 +0000 |
| commit | d80a75624051b817043431f847470fb4680f2582 (patch) | |
| tree | c49b861c1b1156a420fb5b63cd514825736b65b3 /include/acpi/cppc_acpi.h | |
| parent | Linux 6.16-rc2 (diff) | |
| download | kernel-d80a75624051b817043431f847470fb4680f2582.tar.gz kernel-d80a75624051b817043431f847470fb4680f2582.zip | |
cpufreq: CPPC: Remove cpu_data_list
After commit a28b2bfc099c ("cppc_cpufreq: replace per-cpu data array with a
list"), cpu_data can be got from policy->driver_data, so cpu_data_list is
not actually needed and can be removed.
Signed-off-by: Lifeng Zheng <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'include/acpi/cppc_acpi.h')
| -rw-r--r-- | include/acpi/cppc_acpi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/acpi/cppc_acpi.h b/include/acpi/cppc_acpi.h index 325e9543e08f..20f3d62e7a16 100644 --- a/include/acpi/cppc_acpi.h +++ b/include/acpi/cppc_acpi.h @@ -139,7 +139,6 @@ struct cppc_perf_fb_ctrs { /* Per CPU container for runtime CPPC management. */ 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; |
