aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/evxface.c
diff options
context:
space:
mode:
authorLin Ming <ming.m.lin@intel.com>2012-05-22 04:43:49 -0400
committerLen Brown <len.brown@intel.com>2012-06-01 11:51:53 -0400
commitbd6f10a5f984e48cb56a39f2698cd58e7a33d56b (patch)
tree87acede8b5a8ecf0ffcd4d2602e6fff7ea703d34 /drivers/acpi/acpica/evxface.c
parentc6e1733e6fc384ff1a219d7dfcb8b072030ae792 (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/acpica/evxface.c')
-rw-r--r--drivers/acpi/acpica/evxface.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/evxface.c b/drivers/acpi/acpica/evxface.c
index 90ae6d193645..6a8b53789be4 100644
--- a/drivers/acpi/acpica/evxface.c
+++ b/drivers/acpi/acpica/evxface.c
@@ -251,7 +251,7 @@ acpi_remove_notify_handler(acpi_handle device,
251 } 251 }
252 /* Make sure all deferred tasks are completed */ 252 /* Make sure all deferred tasks are completed */
253 253
254 acpi_os_wait_events_complete(NULL); 254 acpi_os_wait_events_complete();
255 255
256 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE); 256 status = acpi_ut_acquire_mutex(ACPI_MTX_NAMESPACE);
257 if (ACPI_FAILURE(status)) { 257 if (ACPI_FAILURE(status)) {
@@ -699,7 +699,7 @@ acpi_remove_gpe_handler(acpi_handle gpe_device,
699 699
700 /* Make sure all deferred tasks are completed */ 700 /* Make sure all deferred tasks are completed */
701 701
702 acpi_os_wait_events_complete(NULL); 702 acpi_os_wait_events_complete();
703 703
704 status = acpi_ut_acquire_mutex(ACPI_MTX_EVENTS); 704 status = acpi_ut_acquire_mutex(ACPI_MTX_EVENTS);
705 if (ACPI_FAILURE(status)) { 705 if (ACPI_FAILURE(status)) {