diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-17 01:46:40 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-03-17 01:46:40 +0000 |
| commit | 7214348f57d62e2a206a349ff1351991e253e416 (patch) | |
| tree | 85006ed8a85d5213a94fe0bf4564ece9a33ebbfe /sys/dev/usb/usb_device.h | |
| parent | 39fcd91bb57a5635dd682fed16a8c4191d9f712e (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_device.h')
| -rw-r--r-- | sys/dev/usb/usb_device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h index 8ebf9e5ad6fe..a6a5d798afca 100644 --- a/sys/dev/usb/usb_device.h +++ b/sys/dev/usb/usb_device.h @@ -127,8 +127,6 @@ struct usb2_device { uint32_t plugtime; /* copy of "ticks" */ - uint16_t ep_rd_opened; /* bitmask of endpoints opened */ - uint16_t ep_wr_opened; /* from the device nodes. */ uint16_t refcount; #define USB_DEV_REF_MAX 0xffff |
