diff options
author | jhb <jhb@FreeBSD.org> | 2001-04-02 23:36:36 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-04-02 23:36:36 +0000 |
commit | 0cb21beb36f56e99d87e795fc9c292f5b7f6aed7 (patch) | |
tree | 91d21c8fef98df3170ec369a80cf3f1a55e0a35f /sys | |
parent | edb100ede1cf2c047bba45a8af0f7370909bedb5 (diff) | |
download | FreeBSD-src-0cb21beb36f56e99d87e795fc9c292f5b7f6aed7.zip FreeBSD-src-0cb21beb36f56e99d87e795fc9c292f5b7f6aed7.tar.gz |
Remove bogus block device major now that bdev majors are gone.
Diffstat (limited to 'sys')
-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 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[] = { |