From: Kari Argillander Date: Fri, 3 Sep 2021 21:06:33 +0000 (+0300) Subject: ACPI: scan: Remove unneeded header linux/nls.h X-Git-Tag: Ubuntu-5.15.0-12.12~1826^2^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=66e0aeaa8bae6d464f7bcd2767c10c8c84658362;p=mirror_ubuntu-jammy-kernel.git ACPI: scan: Remove unneeded header linux/nls.h Code that use linux/nls.h was moved to device_sysfs.c by commit c2efefb33abf ("ACPI / scan: Move sysfs-related device code to a separate file") Remove this include so that complier has easier times and it would be easier to grep where nls code is used. Signed-off-by: Kari Argillander Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c index b24513ec3fae..5b54c80b9d32 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include