summaryrefslogtreecommitdiff
path: root/sys/kern/subr_devstat.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-03-09 11:03:45 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-03-09 11:03:45 +0000
commitd42ee4e410658ce8c760c726668d8050d3ff0720 (patch)
treecfa97a9d4fdebe78406e688b9759ba8119bb7dfc /sys/kern/subr_devstat.c
parent441931b53cf1305a812c65645f532a4f14a85964 (diff)
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
-rw-r--r--sys/kern/subr_devstat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c
index 1804b42625f1..eab9a4f63efd 100644
--- a/sys/kern/subr_devstat.c
+++ b/sys/kern/subr_devstat.c
@@ -345,7 +345,6 @@ static struct cdevsw devstat_cdevsw = {
.d_close = nullclose,
.d_mmap = devstat_mmap,
.d_name = "devstat",
- .d_maj = MAJOR_AUTO,
};
struct statspage {