summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/acpica/acpi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c
index c2905e0..47ab349 100644
--- a/sys/dev/acpica/acpi.c
+++ b/sys/dev/acpica/acpi.c
@@ -81,8 +81,7 @@ static struct cdevsw acpi_cdevsw = {
CDEV_MAJOR,
nodump,
nopsize,
- 0,
- -1
+ 0
};
static const char* sleep_state_names[] = {
OpenPOWER on IntegriCloud