diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index fad8e38ed271..a8178add7fd1 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -5,7 +5,7 @@ int acpi_scan_init(void); | |||
5 | /* -------------------------------------------------------------------------- | 5 | /* -------------------------------------------------------------------------- |
6 | Power Resource | 6 | Power Resource |
7 | -------------------------------------------------------------------------- */ | 7 | -------------------------------------------------------------------------- */ |
8 | 8 | int acpi_power_init(void); | |
9 | int acpi_device_sleep_wake(struct acpi_device *dev, | 9 | int acpi_device_sleep_wake(struct acpi_device *dev, |
10 | int enable, int sleep_state, int dev_state); | 10 | int enable, int sleep_state, int dev_state); |
11 | int acpi_enable_wakeup_device_power(struct acpi_device *dev, int sleep_state); | 11 | int acpi_enable_wakeup_device_power(struct acpi_device *dev, int sleep_state); |