Re: [PATCH] cpufreq / CPPC: Mark acpi_ids as used

2018-10-05 Thread Rafael J. Wysocki
On Wednesday, October 3, 2018 12:40:19 AM CEST Nick Desaulniers wrote: > On Tue, Oct 2, 2018 at 3:35 PM Nathan Chancellor > wrote: > > > > Clang warns: > > > > drivers/cpufreq/cppc_cpufreq.c:431:36: warning: variable 'cppc_acpi_ids' > > is not needed and will not be emitted

Re: [PATCH] cpufreq / CPPC: Mark acpi_ids as used

2018-10-05 Thread Rafael J. Wysocki
On Wednesday, October 3, 2018 12:40:19 AM CEST Nick Desaulniers wrote: > On Tue, Oct 2, 2018 at 3:35 PM Nathan Chancellor > wrote: > > > > Clang warns: > > > > drivers/cpufreq/cppc_cpufreq.c:431:36: warning: variable 'cppc_acpi_ids' > > is not needed and will not be emitted

Re: [PATCH] cpufreq / CPPC: Mark acpi_ids as used

2018-10-02 Thread Nick Desaulniers
On Tue, Oct 2, 2018 at 3:35 PM Nathan Chancellor wrote: > > Clang warns: > > drivers/cpufreq/cppc_cpufreq.c:431:36: warning: variable 'cppc_acpi_ids' > is not needed and will not be emitted [-Wunneeded-internal-declaration] > static const struct acpi_device_id cppc_acpi_ids[] = { >

Re: [PATCH] cpufreq / CPPC: Mark acpi_ids as used

2018-10-02 Thread Nick Desaulniers
On Tue, Oct 2, 2018 at 3:35 PM Nathan Chancellor wrote: > > Clang warns: > > drivers/cpufreq/cppc_cpufreq.c:431:36: warning: variable 'cppc_acpi_ids' > is not needed and will not be emitted [-Wunneeded-internal-declaration] > static const struct acpi_device_id cppc_acpi_ids[] = { >

[PATCH] cpufreq / CPPC: Mark acpi_ids as used

2018-10-02 Thread Nathan Chancellor
Clang warns: drivers/cpufreq/cppc_cpufreq.c:431:36: warning: variable 'cppc_acpi_ids' is not needed and will not be emitted [-Wunneeded-internal-declaration] static const struct acpi_device_id cppc_acpi_ids[] = { ^ 1 warning generated. Mark the definition as

[PATCH] cpufreq / CPPC: Mark acpi_ids as used

2018-10-02 Thread Nathan Chancellor
Clang warns: drivers/cpufreq/cppc_cpufreq.c:431:36: warning: variable 'cppc_acpi_ids' is not needed and will not be emitted [-Wunneeded-internal-declaration] static const struct acpi_device_id cppc_acpi_ids[] = { ^ 1 warning generated. Mark the definition as