]> git.baikalelectronics.ru Git - kernel.git/commit
ACPI: Add stubs for wakeup handler functions
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 1 Nov 2021 01:48:52 +0000 (20:48 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 16 Nov 2021 01:19:14 +0000 (02:19 +0100)
commit8bcdf863870ecbcbb416a08d7a8003b27196a4d5
treed5afaa6d9528287c0c39a8b40e34514167621238
parent40a9af63ae9ec42386d6c40b14f92fb56557c9a8
ACPI: Add stubs for wakeup handler functions

The commit c366e4cd4b5c ("ACPI: PM: Add acpi_[un]register_wakeup_handler()")
added new functions for drivers to use during the s2idle wakeup path, but
didn't add stubs for when CONFIG_ACPI wasn't set.

Add those stubs in for other drivers to be able to use.

Fixes: c366e4cd4b5c ("ACPI: PM: Add acpi_[un]register_wakeup_handler()")
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://lore.kernel.org/r/20211101014853.6177-1-mario.limonciello@amd.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/acpi.h