aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/wakeup.c
diff options
context:
space:
mode:
authorHanjun Guo <guohanjun@huawei.com>2020-09-24 10:57:07 +0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-09-25 18:25:51 +0200
commit77569c7533a6c089c67874ad6d8b442f5c20be10 (patch)
tree823d9a3c59533ab96d79a34ec74a2311a86d79a2 /drivers/acpi/wakeup.c
parentACPI: video: Remove leftover ACPICA debug code (diff)
downloadlinux-dev-77569c7533a6c089c67874ad6d8b442f5c20be10.tar.xz
linux-dev-77569c7533a6c089c67874ad6d8b442f5c20be10.zip
ACPI: wakeup: Remove dead ACPICA debug code
The ACPICA debug code of ACPI_SYSTEM_COMPONENT and ACPI_MODULE_NAME() is not used in wakeup.c, remove it. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> [ rjw: Subject and changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/wakeup.c')
-rw-r--r--drivers/acpi/wakeup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/wakeup.c b/drivers/acpi/wakeup.c
index 0b2e42530adf..f89dd9a99e6e 100644
--- a/drivers/acpi/wakeup.c
+++ b/drivers/acpi/wakeup.c
@@ -26,8 +26,6 @@ static DEFINE_MUTEX(acpi_wakeup_handler_mutex);
* 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.