diff options
Diffstat (limited to 'drivers/acpi/sleep')
-rw-r--r-- | drivers/acpi/sleep/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sleep/main.c b/drivers/acpi/sleep/main.c index f20b0ab9ef54..acfb01b8ec82 100644 --- a/drivers/acpi/sleep/main.c +++ b/drivers/acpi/sleep/main.c | |||
@@ -282,7 +282,7 @@ static void acpi_hibernation_restore_cleanup(void) | |||
282 | acpi_hw_enable_all_runtime_gpes(); | 282 | acpi_hw_enable_all_runtime_gpes(); |
283 | } | 283 | } |
284 | 284 | ||
285 | static struct hibernation_ops acpi_hibernation_ops = { | 285 | static struct platform_hibernation_ops acpi_hibernation_ops = { |
286 | .start = acpi_hibernation_start, | 286 | .start = acpi_hibernation_start, |
287 | .pre_snapshot = acpi_hibernation_prepare, | 287 | .pre_snapshot = acpi_hibernation_prepare, |
288 | .finish = acpi_hibernation_finish, | 288 | .finish = acpi_hibernation_finish, |