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>
This commit is contained in:
Lin Ming
2012-05-22 16:43:49 +08:00
committed by Len Brown
parent c6e1733e6f
commit bd6f10a5f9
4 changed files with 6 additions and 6 deletions

View File

@@ -144,7 +144,7 @@ void __init acpi_old_suspend_ordering(void)
static int acpi_pm_freeze(void)
{
acpi_disable_all_gpes();
acpi_os_wait_events_complete(NULL);
acpi_os_wait_events_complete();
acpi_ec_block_transactions();
return 0;
}