Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <guohanjun@huawei.com>
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Hanjun Guo and committed by
Rafael J. Wysocki
d93b767e be690f3e

-4
-4
drivers/acpi/proc.c
··· 10 10 #include "sleep.h" 11 11 #include "internal.h" 12 12 13 - #define _COMPONENT ACPI_SYSTEM_COMPONENT 14 - 15 13 /* 16 14 * this file provides support for: 17 15 * /proc/acpi/wakeup 18 16 */ 19 - 20 - ACPI_MODULE_NAME("sleep") 21 17 22 18 static int 23 19 acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset)