diff options
Diffstat (limited to 'drivers/acpi/hardware')
-rw-r--r-- | drivers/acpi/hardware/hwsleep.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/acpi/hardware/hwsleep.c b/drivers/acpi/hardware/hwsleep.c index 13c93a13785e..fd1c4ba63367 100644 --- a/drivers/acpi/hardware/hwsleep.c +++ b/drivers/acpi/hardware/hwsleep.c | |||
@@ -229,10 +229,6 @@ acpi_status acpi_enter_sleep_state_prep(u8 sleep_state) | |||
229 | "While executing method _SST")); | 229 | "While executing method _SST")); |
230 | } | 230 | } |
231 | 231 | ||
232 | /* Disable/Clear all GPEs */ | ||
233 | |||
234 | status = acpi_hw_disable_all_gpes(); | ||
235 | |||
236 | return_ACPI_STATUS(status); | 232 | return_ACPI_STATUS(status); |
237 | } | 233 | } |
238 | 234 | ||