From 934eee0ce35cde5ea8a570de94cf5903cb44518d Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Thu, 12 Jun 2025 23:11:27 +0300 Subject: [PATCH] ACPI: proc: Remove unused header With `make W=1` build we get a warning: drivers/acpi/proc.c: warning: EXPORT_SYMBOL() is not used, but #include is present Fix it by removing unused inclusion. Signed-off-by: Andy Shevchenko Link: https://patch.msgid.link/20250612201321.3536493-4-andriy.shevchenko@linux.intel.com Signed-off-by: Rafael J. Wysocki --- drivers/acpi/proc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/acpi/proc.c b/drivers/acpi/proc.c index 48215ba091930..8ae85b06c4220 100644 --- a/drivers/acpi/proc.c +++ b/drivers/acpi/proc.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include #include -#include #include #include #include -- 2.47.2