diff options
Diffstat (limited to 'drivers/acpi/sleep.h')
-rw-r--r-- | drivers/acpi/sleep.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.h b/drivers/acpi/sleep.h index 74d59c8f4678..0143540a2519 100644 --- a/drivers/acpi/sleep.h +++ b/drivers/acpi/sleep.h | |||
@@ -6,3 +6,5 @@ extern void acpi_disable_wakeup_devices(u8 sleep_state); | |||
6 | 6 | ||
7 | extern struct list_head acpi_wakeup_device_list; | 7 | extern struct list_head acpi_wakeup_device_list; |
8 | extern struct mutex acpi_device_lock; | 8 | extern struct mutex acpi_device_lock; |
9 | |||
10 | extern void acpi_resume_power_resources(void); | ||