ACPI: AC: Remove the leftover struct acpi_ac_bl
authorHanjun Guo <guohanjun@huawei.com>
Sat, 17 Sep 2022 09:45:09 +0000 (17:45 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 24 Sep 2022 16:22:59 +0000 (18:22 +0200)
commitf336443acc890434c7d621366d1bc5bc8f298840
treeb3d925eacd6964a0846d65a8383590d5e663b271
parent521a547ced6477c54b4b0cc206000406c221b4d6
ACPI: AC: Remove the leftover struct acpi_ac_bl

In commit 57a183222271 ("ACPI / x86: Introduce an
acpi_quirk_skip_acpi_ac_and_battery() helper"), the usage of struct
acpi_ac_bl was removed, but left the definition of the struct in
the file, so remove the useless code.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/ac.c