projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b168c5
)
ACPI: debugfs: Remove dead ACPICA debug code
author
Hanjun Guo
<guohanjun@huawei.com>
Thu, 24 Sep 2020 02:56:59 +0000
(10:56 +0800)
committer
Rafael 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
patch
|
blob
|
history
diff --git
a/drivers/acpi/debugfs.c
b/drivers/acpi/debugfs.c
index
d5ecea3
..
074eb98
100644
(file)
--- 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);