kernel/drivers/acpi/debugfs.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * debugfs.c - ACPI debugfs interface to userspace. 3 4 */ .. .. @@ -8,9 +9,6 @@ 8 9 #include <linux/acpi.h> 9 10 10 11 #include "internal.h" 11 -12 -#define _COMPONENT ACPI_SYSTEM_COMPONENT13 -ACPI_MODULE_NAME("debugfs");14 12 15 13 struct dentry *acpi_debugfs_dir; 16 14 EXPORT_SYMBOL_GPL(acpi_debugfs_dir);