hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/acpi/debugfs.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * debugfs.c - ACPI debugfs interface to userspace.
34 */
....@@ -8,9 +9,6 @@
89 #include <linux/acpi.h>
910
1011 #include "internal.h"
11
-
12
-#define _COMPONENT ACPI_SYSTEM_COMPONENT
13
-ACPI_MODULE_NAME("debugfs");
1412
1513 struct dentry *acpi_debugfs_dir;
1614 EXPORT_SYMBOL_GPL(acpi_debugfs_dir);