Skip to content

Commit 66e0aea

Browse files
teksturirafaeljw
authored andcommitted
ACPI: scan: Remove unneeded header linux/nls.h
Code that use linux/nls.h was moved to device_sysfs.c by commit c2efefb ("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 <kari.argillander@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 6f1e8b1 commit 66e0aea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/acpi/scan.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/signal.h>
1717
#include <linux/kthread.h>
1818
#include <linux/dmi.h>
19-
#include <linux/nls.h>
2019
#include <linux/dma-map-ops.h>
2120
#include <linux/platform_data/x86/apple.h>
2221
#include <linux/pgtable.h>

0 commit comments

Comments
 (0)