diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-04-02 23:36:36 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-04-02 23:36:36 +0000 |
| commit | 606e1d6816ea2dfcf75a1070c69fa28429a9a799 (patch) | |
| tree | 6903447ed06724c2d01a71f3101d920dadab8a21 /sys/dev/acpica | |
| parent | 8af4736afef140f2286caf7e282eabd3fa393405 (diff) | |
Notes
Diffstat (limited to 'sys/dev/acpica')
| -rw-r--r-- | sys/dev/acpica/acpi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi.c b/sys/dev/acpica/acpi.c index c2905e057c5a..47ab349eb1ea 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[] = { |
