hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
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);