RE: [PATCH] ACPI: x86: s2idle: Revmoe unused variable hid

2022-10-26 Thread Limonciello, Mario
[Public] > -Original Message- > From: Hung, Alex > Sent: Wednesday, October 26, 2022 12:34 > To: amd-gfx@lists.freedesktop.org; Deucher, Alexander > ; Limonciello, Mario > > Cc: Siqueira, Rodrigo ; Hung, Alex > > Subject: [PATCH] ACPI: x86: s2idle:

[PATCH] ACPI: x86: s2idle: Revmoe unused variable hid

2022-10-26 Thread Alex Hung
This unused variable can cause build failures with allmodconfig, and therefore it should be removed. Note: this does not applied to mainline (included in 100a57379380) but to amd-staging-drm-next only. Fixes: 6648f8587530 ("ACPI: x86: s2idle: Move _HID handling for AMD systems into structures")