Message ID | 1600916227-21805-8-git-send-email-guohanjun@huawei.com (mailing list archive) |
---|---|
State | Mainlined, archived |
Headers | show |
Series | Cleanups before decoupling ACPICA debug with ACPI driver | expand |
diff --git a/drivers/acpi/debugfs.c b/drivers/acpi/debugfs.c index d5ecea3..074eb98d 100644 --- a/drivers/acpi/debugfs.c +++ b/drivers/acpi/debugfs.c @@ -10,9 +10,6 @@ #include "internal.h" -#define _COMPONENT ACPI_SYSTEM_COMPONENT -ACPI_MODULE_NAME("debugfs"); - struct dentry *acpi_debugfs_dir; EXPORT_SYMBOL_GPL(acpi_debugfs_dir);
The _COMPONENT and ACPI_MODULE_NAME() were not used even when the debugfs.c was introduced, remove it. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> --- drivers/acpi/debugfs.c | 3 --- 1 file changed, 3 deletions(-)