Skip to content

Commit

Permalink
ACPI: scan: Remove unneeded header linux/nls.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kari Argillander authored and Rafael J. Wysocki committed Sep 7, 2021
1 parent 6f1e8b1 commit 66e0aea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <linux/signal.h>
#include <linux/kthread.h>
#include <linux/dmi.h>
#include <linux/nls.h>
#include <linux/dma-map-ops.h>
#include <linux/platform_data/x86/apple.h>
#include <linux/pgtable.h>
Expand Down

0 comments on commit 66e0aea

Please sign in to comment.