diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/subr_devstat.c | 1 |
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 { |