diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/acpi_lpss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpi_lpss.c b/drivers/acpi/acpi_lpss.c index 1e2a10a06b9d..cf768608437e 100644 --- a/drivers/acpi/acpi_lpss.c +++ b/drivers/acpi/acpi_lpss.c | |||
| @@ -1142,8 +1142,8 @@ static struct dev_pm_domain acpi_lpss_pm_domain = { | |||
| 1142 | .thaw_noirq = acpi_subsys_thaw_noirq, | 1142 | .thaw_noirq = acpi_subsys_thaw_noirq, |
| 1143 | .poweroff = acpi_subsys_suspend, | 1143 | .poweroff = acpi_subsys_suspend, |
| 1144 | .poweroff_late = acpi_lpss_suspend_late, | 1144 | .poweroff_late = acpi_lpss_suspend_late, |
| 1145 | .poweroff_noirq = acpi_subsys_suspend_noirq, | 1145 | .poweroff_noirq = acpi_lpss_suspend_noirq, |
| 1146 | .restore_noirq = acpi_subsys_resume_noirq, | 1146 | .restore_noirq = acpi_lpss_resume_noirq, |
| 1147 | .restore_early = acpi_lpss_resume_early, | 1147 | .restore_early = acpi_lpss_resume_early, |
| 1148 | #endif | 1148 | #endif |
| 1149 | .runtime_suspend = acpi_lpss_runtime_suspend, | 1149 | .runtime_suspend = acpi_lpss_runtime_suspend, |
