summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/acpica/acpi.c')
-rw-r--r--sys/dev/acpica/acpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index 475b6a1..4d03e00 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -234,7 +234,7 @@ acpi_identify(driver_t *driver, device_t parent)
return_VOID;
/* initialise the ACPI mutex */
- mtx_init(&acpi_mutex, "ACPI global lock", MTX_DEF);
+ mtx_init(&acpi_mutex, "ACPI global lock", NULL, MTX_DEF);
/*
* Start up the ACPI CA subsystem.
OpenPOWER on IntegriCloud