Skip to content

Commit 934eee0

Browse files
andy-shevrafaeljw
authored andcommitted
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 <linux/export.h> is present Fix it by removing unused inclusion. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20250612201321.3536493-4-andriy.shevchenko@linux.intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent b32a543 commit 934eee0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/acpi/proc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
#include <linux/proc_fs.h>
33
#include <linux/seq_file.h>
4-
#include <linux/export.h>
54
#include <linux/suspend.h>
65
#include <linux/bcd.h>
76
#include <linux/acpi.h>

0 commit comments

Comments
 (0)