aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/device_pm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 735db11a9b00..8217e0bda60f 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -953,6 +953,7 @@ EXPORT_SYMBOL_GPL(acpi_subsys_prepare);
953 */ 953 */
954void acpi_subsys_complete(struct device *dev) 954void acpi_subsys_complete(struct device *dev)
955{ 955{
956 pm_generic_complete(dev);
956 /* 957 /*
957 * If the device had been runtime-suspended before the system went into 958 * If the device had been runtime-suspended before the system went into
958 * the sleep state it is going out of and it has never been resumed till 959 * the sleep state it is going out of and it has never been resumed till