diff options
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r-- | sys/pccard/pccard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index 8f10b99..ca3f353 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -146,19 +146,14 @@ static struct cdevsw crd_cdevsw = { /* read */ crdread, /* write */ crdwrite, /* ioctl */ crdioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ crdpoll, /* mmap */ nommap, /* strategy */ nostrategy, /* name */ "crd", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |