Re: [PATCH -next] ACPI: SBS: remove unused variable 'SMBUS_PEC'

2019-08-26 Thread Rafael J. Wysocki
On Thursday, August 22, 2019 4:43:46 PM CEST YueHaibing wrote: > drivers/acpi/sbshc.h:18:17: warning: > SMBUS_PEC defined but not used [-Wunused-const-variable=] > > SMBUS_PEC is never used since introduction in > commit 91087dfa51a2 ("ACPI: SBS: Split host > controller (ACPI0001) from SBS driver

[PATCH -next] ACPI: SBS: remove unused variable 'SMBUS_PEC'

2019-08-22 Thread YueHaibing
drivers/acpi/sbshc.h:18:17: warning: SMBUS_PEC defined but not used [-Wunused-const-variable=] SMBUS_PEC is never used since introduction in commit 91087dfa51a2 ("ACPI: SBS: Split host controller (ACPI0001) from SBS driver (ACPI0002)"), so just remove it. Reported-by: Hulk Robot Signed-off-by: