]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/hardware/hwsleep.c
ACPI: Separate disabling of GPEs from _PTS
[linux-2.6-omap-h63xx.git] / drivers / acpi / hardware / hwsleep.c
index 13c93a13785e3e56d415d1f363fa678ba8956adc..fd1c4ba63367469f9826460c6b545407491f9f86 100644 (file)
@@ -229,10 +229,6 @@ acpi_status acpi_enter_sleep_state_prep(u8 sleep_state)
                                "While executing method _SST"));
        }
 
-       /* Disable/Clear all GPEs */
-
-       status = acpi_hw_disable_all_gpes();
-
        return_ACPI_STATUS(status);
 }