diff mbox series

[23/25] ACPI: wakeup: Remove the dead ACPICA debug code

Message ID 1600328345-27627-24-git-send-email-guohanjun@huawei.com
State Accepted
Commit 77569c7533a6c089c67874ad6d8b442f5c20be10
Headers show
Series [01/25] ACPI: cmos_rtc: Remove the ACPI_MODULE_NAME() | expand

Commit Message

Hanjun Guo Sept. 17, 2020, 7:39 a.m. UTC
The ACPICA debug code of ACPI_SYSTEM_COMPONENT and ACPI_MODULE_NAME()
are not used in wakeup.c, remove it.

Signed-off-by: Hanjun Guo <guohanjun@huawei.com>
---
 drivers/acpi/wakeup.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/acpi/wakeup.c b/drivers/acpi/wakeup.c
index 0b2e425..f89dd9a 100644
--- a/drivers/acpi/wakeup.c
+++ b/drivers/acpi/wakeup.c
@@ -26,8 +26,6 @@  struct acpi_wakeup_handler {
  * suspend/resume and isn't really required as this is called in S-state. At
  * that time, there is no device hotplug
  **/
-#define _COMPONENT		ACPI_SYSTEM_COMPONENT
-ACPI_MODULE_NAME("wakeup_devices")
 
 /**
  * acpi_enable_wakeup_devices - Enable wake-up device GPEs.