From: YueHaibing Date: Thu, 22 Aug 2019 14:43:46 +0000 (+0800) Subject: ACPI: SBS: remove unused const variable 'SMBUS_PEC' X-Git-Tag: v5.4-rc1~141^2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85a5f06773c85f8ec5030ed65e5fa3190b3f16bd;p=thirdparty%2Flinux.git ACPI: SBS: remove unused const variable 'SMBUS_PEC' 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: YueHaibing Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/sbshc.h b/drivers/acpi/sbshc.h index 06372a37df10f..c3522bb827924 100644 --- a/drivers/acpi/sbshc.h +++ b/drivers/acpi/sbshc.h @@ -15,8 +15,6 @@ enum acpi_smb_protocol { SMBUS_BLOCK_PROCESS_CALL = 0xd, }; -static const u8 SMBUS_PEC = 0x80; - enum acpi_sbs_device_addr { ACPI_SBS_CHARGER = 0x9, ACPI_SBS_MANAGER = 0xa,