diff options
| author | Hanjun Guo <[email protected]> | 2020-09-24 02:57:03 +0000 |
|---|---|---|
| committer | Rafael J. Wysocki <[email protected]> | 2020-09-25 16:25:51 +0000 |
| commit | d93b767e8cb319b3062d2e6ef4328bee97da57f5 (patch) | |
| tree | 09462b7665f78841e21dff3a6ee77857334c2315 | |
| parent | ACPI: PCI: Remove unused ACPICA debug code (diff) | |
| download | kernel-d93b767e8cb319b3062d2e6ef4328bee97da57f5.tar.gz kernel-d93b767e8cb319b3062d2e6ef4328bee97da57f5.zip | |
ACPI: proc: Remove dead ACPICA debug code
Remove the not used ACPICA debug code _COMPONENT and ACPI_MODULE_NAME()
which were not used even when proc.c was introduced.
Signed-off-by: Hanjun Guo <[email protected]>
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <[email protected]>
| -rw-r--r-- | drivers/acpi/proc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/proc.c b/drivers/acpi/proc.c index 7892980b3ce4..0cca7991f186 100644 --- a/drivers/acpi/proc.c +++ b/drivers/acpi/proc.c @@ -10,15 +10,11 @@ #include "sleep.h" #include "internal.h" -#define _COMPONENT ACPI_SYSTEM_COMPONENT - /* * this file provides support for: * /proc/acpi/wakeup */ -ACPI_MODULE_NAME("sleep") - static int acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset) { |
