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

2020-07-14 Thread Lee Jones
On Tue, 14 Jul 2020, Kim Phillips wrote: > On 7/14/20 4:02 PM, Lee Jones wrote: > > On Tue, 14 Jul 2020, Kim Phillips wrote: > >> 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

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

2020-07-14 Thread Lee Jones
On Tue, 14 Jul 2020, Kim Phillips wrote: > 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:3

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

2020-07-14 Thread Kim Phillips
On 7/14/20 4:02 PM, Lee Jones wrote: > On Tue, 14 Jul 2020, Kim Phillips wrote: >> 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

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

2020-07-14 Thread Kim Phillips
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 no

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

2020-07-14 Thread Lee Jones
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 con