hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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);