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

ACPI: event: Remove leftover ACPICA debug code

After commit (ff491a7334ac "netlink: change return-value logic of
netlink_broadcast()"), ACPI_DEBUG_PRINT() was removed from event.c,
so the ACPICA debug code is not used, remove it.

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
3ffa00e8 7ae57c6d

-3
-3
drivers/acpi/event.c
··· 19 19 20 20 #include "internal.h" 21 21 22 - #define _COMPONENT ACPI_SYSTEM_COMPONENT 23 - ACPI_MODULE_NAME("event"); 24 - 25 22 /* ACPI notifier chain */ 26 23 static BLOCKING_NOTIFIER_HEAD(acpi_chain_head); 27 24