diff options
author | Len Brown <len.brown@intel.com> | 2007-10-10 00:30:40 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-10-10 00:30:40 -0400 |
commit | 27345a5109f36779187311f77e30bcf596571c29 (patch) | |
tree | 63136025b0194ca54d6fd37559c5d685340ff215 /drivers/acpi/sleep/main.c | |
parent | e270051d9c6e5f0b31668ec1f0d864ab9920ffca (diff) | |
parent | 9b039330808b83acac3597535da26f47ad1862ce (diff) |
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) | |||
44 | ACPI_FLUSH_CPU_CACHE(); | 44 | ACPI_FLUSH_CPU_CACHE(); |
45 | acpi_enable_wakeup_device_prep(acpi_state); | 45 | acpi_enable_wakeup_device_prep(acpi_state); |
46 | #endif | 46 | #endif |
47 | acpi_gpe_sleep_prepare(acpi_state); | ||
48 | acpi_enter_sleep_state_prep(acpi_state); | 47 | acpi_enter_sleep_state_prep(acpi_state); |
49 | return 0; | 48 | return 0; |
50 | } | 49 | } |