diff options
Diffstat (limited to 'drivers/acpi/internal.h')
-rw-r--r-- | drivers/acpi/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/acpi/internal.h b/drivers/acpi/internal.h index 8a45dd8e03b5..8870e5fd8494 100644 --- a/drivers/acpi/internal.h +++ b/drivers/acpi/internal.h | |||
@@ -33,3 +33,9 @@ int acpi_boot_ec_enable(void); | |||
33 | Suspend/Resume | 33 | Suspend/Resume |
34 | -------------------------------------------------------------------------- */ | 34 | -------------------------------------------------------------------------- */ |
35 | extern int acpi_sleep_init(void); | 35 | extern int acpi_sleep_init(void); |
36 | |||
37 | #ifdef CONFIG_ACPI_SLEEP | ||
38 | int acpi_sleep_proc_init(void); | ||
39 | #else | ||
40 | static inline int acpi_sleep_proc_init(void) { return 0; } | ||
41 | #endif | ||