aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_device.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-09-28 07:01:54 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-09-28 07:01:54 +0000
commitd88688c7da13abec2a923bb954c71fcdecf6d94d (patch)
tree37f27b26a180d3ca763d43c1482ba0f009e8cf51 /sys/dev/usb/usb_device.h
parentca82268b2a6713579899e5b4b8ce73dc4a8db0a0 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb_device.h')
-rw-r--r--sys/dev/usb/usb_device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h
index 682e2007e6ee..66f975a5c1f8 100644
--- a/sys/dev/usb/usb_device.h
+++ b/sys/dev/usb/usb_device.h
@@ -41,7 +41,6 @@ struct usb_device; /* linux compat */
/* "usb_unconfigure()" flags */
#define USB_UNCFG_FLAG_NONE 0x00
-#define USB_UNCFG_FLAG_FREE_SUBDEV 0x01 /* subdevices are freed */
#define USB_UNCFG_FLAG_FREE_EP0 0x02 /* endpoint zero is freed */
struct usb_clear_stall_msg {