aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/acpi/device_pm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/device_pm.c b/drivers/acpi/device_pm.c
index 67075f800e34..eec5ed5be949 100644
--- a/drivers/acpi/device_pm.c
+++ b/drivers/acpi/device_pm.c
@@ -1072,6 +1072,8 @@ int acpi_dev_pm_attach(struct device *dev, bool power_on)
1072 acpi_dev_pm_full_power(adev); 1072 acpi_dev_pm_full_power(adev);
1073 acpi_device_wakeup(adev, ACPI_STATE_S0, false); 1073 acpi_device_wakeup(adev, ACPI_STATE_S0, false);
1074 } 1074 }
1075
1076 dev->pm_domain->detach = acpi_dev_pm_detach;
1075 return 0; 1077 return 0;
1076} 1078}
1077EXPORT_SYMBOL_GPL(acpi_dev_pm_attach); 1079EXPORT_SYMBOL_GPL(acpi_dev_pm_attach);