diff options
author | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-11-19 14:04:08 +0000 |
---|---|---|
committer | Paul Irofti <pirofti@cvs.openbsd.org> | 2013-11-19 14:04:08 +0000 |
commit | d83c65d8e585fa04420ab6cb0ec011eacd86aa36 (patch) | |
tree | 6c04580456caea308d0f85aa4dfeb63151c1b573 /sys/dev/usb/usbdi.h | |
parent | b9acbeee1045409630eb8a88fb8cd80dfb3af0b6 (diff) |
Kill matchlvl usage throughout the usb stack.
Allows us to move forward on cleaning.
Okay mpi@
Diffstat (limited to 'sys/dev/usb/usbdi.h')
-rw-r--r-- | sys/dev/usb/usbdi.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index ceb1d09245a..68dbf2d64f4 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -1,4 +1,4 @@ -/* $OpenBSD: usbdi.h,v 1.59 2013/11/15 10:17:39 pirofti Exp $ */ +/* $OpenBSD: usbdi.h,v 1.60 2013/11/19 14:04:07 pirofti Exp $ */ /* $NetBSD: usbdi.h,v 1.62 2002/07/11 21:14:35 augustss Exp $ */ /* $FreeBSD: src/sys/dev/usb/usbdi.h,v 1.18 1999/11/17 22:33:49 n_hibma Exp $ */ @@ -219,7 +219,6 @@ struct usb_attach_arg { int vendor; int product; int release; - int matchlvl; struct usbd_device *device; /* current device */ struct usbd_interface *iface; /* current interface */ int usegeneric; |