diff options
-rw-r--r-- | drivers/acpi/sleep/poweroff.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/acpi/sleep/poweroff.c b/drivers/acpi/sleep/poweroff.c index d9801eff6489..240dde9cf13a 100644 --- a/drivers/acpi/sleep/poweroff.c +++ b/drivers/acpi/sleep/poweroff.c | |||
@@ -54,9 +54,6 @@ static int acpi_shutdown(struct sys_device *x) | |||
54 | case SYSTEM_POWER_OFF: | 54 | case SYSTEM_POWER_OFF: |
55 | /* Prepare to power off the system */ | 55 | /* Prepare to power off the system */ |
56 | return acpi_sleep_prepare(ACPI_STATE_S5); | 56 | return acpi_sleep_prepare(ACPI_STATE_S5); |
57 | case SYSTEM_SUSPEND_DISK: | ||
58 | /* Prepare to suspend the system to disk */ | ||
59 | return acpi_sleep_prepare(ACPI_STATE_S4); | ||
60 | default: | 57 | default: |
61 | return 0; | 58 | return 0; |
62 | } | 59 | } |