diff options
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r-- | sys/dev/si/si.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 615c6d8..0f42692 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -130,7 +130,6 @@ static struct cdevsw si_cdevsw = { /* dump */ nodump, /* psize */ nopsize, /* flags */ D_TTY | D_KQFILTER, - /* bmaj */ -1, /* kqfilter */ ttykqfilter, }; |