Remove the not used ACPICA debug code which is used nowhere in proc.c. Signed-off-by: Hanjun Guo <guohanjun@xxxxxxxxxx> --- drivers/acpi/proc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/acpi/proc.c b/drivers/acpi/proc.c index 7892980..0cca799 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) { -- 1.7.12.4