diff options
author | Len Brown <len.brown@intel.com> | 2007-10-10 06:30:40 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-10 06:30:40 +0200 |
commit | 27345a5109f36779187311f77e30bcf596571c29 (patch) | |
tree | 63136025b0194ca54d6fd37559c5d685340ff215 /drivers/acpi/sleep/main.c | |
parent | Pull battery-sbs-ac into release branch (diff) | |
parent | ACPI: Hibernate erroneously disabled Suspend wakeup devices (diff) | |
download | linux-27345a5109f36779187311f77e30bcf596571c29.tar.xz linux-27345a5109f36779187311f77e30bcf596571c29.zip |
Pull bugzilla-292300 into release branch
Diffstat (limited to 'drivers/acpi/sleep/main.c')
-rw-r--r-- | drivers/acpi/sleep/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/sleep/main.c b/drivers/acpi/sleep/main.c index caf8721ae6fb..be616317fe53 100644 --- a/drivers/acpi/sleep/main.c +++ b/drivers/acpi/sleep/main.c @@ -44,7 +44,6 @@ int acpi_sleep_prepare(u32 acpi_state) ACPI_FLUSH_CPU_CACHE(); acpi_enable_wakeup_device_prep(acpi_state); #endif - acpi_gpe_sleep_prepare(acpi_state); acpi_enter_sleep_state_prep(acpi_state); return 0; } |