diff options
Diffstat (limited to 'sys/pci/xrpu.c')
-rw-r--r-- | sys/pci/xrpu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pci/xrpu.c b/sys/pci/xrpu.c index 1b56e6b..79d84dc 100644 --- a/sys/pci/xrpu.c +++ b/sys/pci/xrpu.c @@ -50,19 +50,14 @@ static struct cdevsw xrpu_cdevsw = { /* read */ noread, /* write */ nowrite, /* ioctl */ xrpu_ioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ xrpu_mmap, /* strategy */ nostrategy, /* name */ "xrpu", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; |