summaryrefslogtreecommitdiff
path: root/drivers/acpi/debugfs.c
diff options
context:
space:
mode:
authorHanjun Guo <guohanjun@huawei.com>2020-09-24 10:56:59 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-09-25 18:25:51 +0200
commitd0611c6e020982c691bf160854c0d004ef6f6c6c (patch)
tree408c8898d4cd4267729d6d208a45efc7c9cdce57 /drivers/acpi/debugfs.c
parent6b168c56e5bd3cbccdd2d63cb4c15d56bdf4f7b8 (diff)
ACPI: debugfs: Remove dead ACPICA debug code
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>
Diffstat (limited to 'drivers/acpi/debugfs.c')
-rw-r--r--drivers/acpi/debugfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/debugfs.c b/drivers/acpi/debugfs.c
index d5ecea3715f8..074eb98d213e 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);