diff options
Diffstat (limited to 'drivers/acpi/sleep.c')
-rw-r--r-- | drivers/acpi/sleep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 1cc02ca2af2a..028dd425702c 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
@@ -809,6 +809,7 @@ int acpi_pm_device_sleep_state(struct device *dev, int *d_min_p, int d_max_in) | |||
809 | } | 809 | } |
810 | return d_max; | 810 | return d_max; |
811 | } | 811 | } |
812 | EXPORT_SYMBOL(acpi_pm_device_sleep_state); | ||
812 | #endif /* CONFIG_PM */ | 813 | #endif /* CONFIG_PM */ |
813 | 814 | ||
814 | #ifdef CONFIG_PM_SLEEP | 815 | #ifdef CONFIG_PM_SLEEP |
@@ -845,6 +846,7 @@ int acpi_pm_device_run_wake(struct device *phys_dev, bool enable) | |||
845 | 846 | ||
846 | return 0; | 847 | return 0; |
847 | } | 848 | } |
849 | EXPORT_SYMBOL(acpi_pm_device_run_wake); | ||
848 | 850 | ||
849 | /** | 851 | /** |
850 | * acpi_pm_device_sleep_wake - enable or disable the system wake-up | 852 | * acpi_pm_device_sleep_wake - enable or disable the system wake-up |