diff options
author | Lin Ming <ming.m.lin@intel.com> | 2012-05-22 04:43:49 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-06-01 11:51:53 -0400 |
commit | bd6f10a5f984e48cb56a39f2698cd58e7a33d56b (patch) | |
tree | 87acede8b5a8ecf0ffcd4d2602e6fff7ea703d34 /drivers/acpi/sleep.c | |
parent | c6e1733e6fc384ff1a219d7dfcb8b072030ae792 (diff) |
ACPICA: Remove argument of acpi_os_wait_events_complete
Remove the unused argument of acpi_os_wait_events_complete.
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/sleep.c')
-rw-r--r-- | drivers/acpi/sleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index eb6fd233764b..9a14f90d98ec 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
@@ -144,7 +144,7 @@ void __init acpi_old_suspend_ordering(void) | |||
144 | static int acpi_pm_freeze(void) | 144 | static int acpi_pm_freeze(void) |
145 | { | 145 | { |
146 | acpi_disable_all_gpes(); | 146 | acpi_disable_all_gpes(); |
147 | acpi_os_wait_events_complete(NULL); | 147 | acpi_os_wait_events_complete(); |
148 | acpi_ec_block_transactions(); | 148 | acpi_ec_block_transactions(); |
149 | return 0; | 149 | return 0; |
150 | } | 150 | } |