diff options
Diffstat (limited to 'sys/dev/usb/usb_dev.h')
-rw-r--r-- | sys/dev/usb/usb_dev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_dev.h b/sys/dev/usb/usb_dev.h index ee00852..92be7af 100644 --- a/sys/dev/usb/usb_dev.h +++ b/sys/dev/usb/usb_dev.h @@ -92,7 +92,6 @@ struct usb2_cdev_privdata { struct usb2_fifo *txfifo; int bus_index; /* bus index */ int dev_index; /* device index */ - int iface_index; /* interface index */ int ep_addr; /* endpoint address */ uint8_t fifo_index; /* FIFO index */ uint8_t is_read; /* location has read access */ @@ -105,7 +104,6 @@ struct usb2_cdev_privdata { struct usb2_fs_privdata { int bus_index; int dev_index; - int iface_index; int ep_addr; int mode; int fifo_index; |