Re: [PATCH 13/13] cpufreq: amd_freq_sensitivity: Remove unused ID structs

From: Kim Phillips
Date: Tue Jul 14 2020 - 13:16:05 EST


On 7/14/20 9:50 AM, Lee Jones wrote:
> Can't see them being used anywhere and the compiler doesn't complain
> that they're missing, so ...
>
> Fixes the following W=1 kernel build warning(s):
>
> drivers/cpufreq/amd_freq_sensitivity.c:147:32: warning: âamd_freq_sensitivity_idsâ defined but not used [-Wunused-const-variable=]
> 147 | static const struct x86_cpu_id amd_freq_sensitivity_ids[] = {
> | ^~~~~~~~~~~~~~~~~~~~~~~~
>
> Cc: Jacob Shin <jacob.shin@xxxxxxx>
> Signed-off-by: Lee Jones <lee.jones@xxxxxxxxxx>
> ---

Same comment as for patch 9/13: these are used automatic module loading.

Kim