linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ACPI: scan: Remove unneeded header linux/nls.h
@ 2021-09-03 21:06 Kari Argillander
  2021-09-07 19:14 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Kari Argillander @ 2021-09-03 21:06 UTC (permalink / raw)
  To: Rafael J . Wysocki, linux-acpi; +Cc: Kari Argillander, linux-kernel

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 <kari.argillander@gmail.com>
---
 drivers/acpi/scan.c | 1 -
 1 file changed, 1 deletion(-)

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 <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>
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ACPI: scan: Remove unneeded header linux/nls.h
  2021-09-03 21:06 [PATCH] ACPI: scan: Remove unneeded header linux/nls.h Kari Argillander
@ 2021-09-07 19:14 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2021-09-07 19:14 UTC (permalink / raw)
  To: Kari Argillander
  Cc: Rafael J . Wysocki, ACPI Devel Maling List, Linux Kernel Mailing List

On Fri, Sep 3, 2021 at 11:07 PM Kari Argillander
<kari.argillander@gmail.com> wrote:
>
> 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 <kari.argillander@gmail.com>
> ---
>  drivers/acpi/scan.c | 1 -
>  1 file changed, 1 deletion(-)
>
> 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 <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>
> --

Applied as 5.15-rc material, thanks!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-07 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03 21:06 [PATCH] ACPI: scan: Remove unneeded header linux/nls.h Kari Argillander
2021-09-07 19:14 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).