ACPI: debugfs: Remove dead ACPICA debug code
authorHanjun Guo <guohanjun@huawei.com>
Thu, 24 Sep 2020 02:56:59 +0000 (10:56 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 25 Sep 2020 16:25:51 +0000 (18:25 +0200)
The _COMPONENT and ACPI_MODULE_NAME() were not used even when
the debugfs.c was introduced, remove them.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/debugfs.c

index d5ecea3..074eb98 100644 (file)
@@ -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);