summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern')
-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 1804b42..eab9a4f 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 {
OpenPOWER on IntegriCloud