diff options
author | Hanjun Guo <guohanjun@huawei.com> | 2020-09-24 05:56:59 +0300 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2020-09-25 19:25:51 +0300 |
commit | d0611c6e020982c691bf160854c0d004ef6f6c6c (patch) | |
tree | 408c8898d4cd4267729d6d208a45efc7c9cdce57 /drivers/acpi | |
parent | 6b168c56e5bd3cbccdd2d63cb4c15d56bdf4f7b8 (diff) | |
download | linux-d0611c6e020982c691bf160854c0d004ef6f6c6c.tar.xz |
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')
-rw-r--r-- | drivers/acpi/debugfs.c | 3 |
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); |