diff options
author | 2002-07-10 21:41:50 +0000 | |
---|---|---|
committer | 2002-07-10 21:41:50 +0000 | |
commit | 1d312fcbe50b0b7d32b622096ce41b1b520ef473 (patch) | |
tree | 52469d474277321336ff6ee6f1d7700d9f03a57a /sys/dev/usb/uhid.c | |
parent | sync w/kame (style) (diff) | |
download | wireguard-openbsd-1d312fcbe50b0b7d32b622096ce41b1b520ef473.tar.xz wireguard-openbsd-1d312fcbe50b0b7d32b622096ce41b1b520ef473.zip |
no provate cdev_decl()s, they are in sys/conf.h now
Diffstat (limited to 'sys/dev/usb/uhid.c')
-rw-r--r-- | sys/dev/usb/uhid.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/usb/uhid.c b/sys/dev/usb/uhid.c index 146a6ad44c7..ee28037c5cc 100644 --- a/sys/dev/usb/uhid.c +++ b/sys/dev/usb/uhid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uhid.c,v 1.19 2002/05/09 15:06:29 nate Exp $ */ +/* $OpenBSD: uhid.c,v 1.20 2002/07/10 21:41:50 mickey Exp $ */ /* $NetBSD: uhid.c,v 1.51 2002/03/17 18:02:53 augustss Exp $ */ /* @@ -101,8 +101,6 @@ struct uhid_softc { #define UHID_CHUNK 128 /* chunk size for read */ #define UHID_BSIZE 1020 /* buffer size */ -cdev_decl(uhid); - Static void uhid_intr(struct uhidev *, void *, u_int len); Static int uhid_do_read(struct uhid_softc *, struct uio *uio, int); |