diff options
Diffstat (limited to 'sys/dev/usb/controller/uss820dci.h')
-rw-r--r-- | sys/dev/usb/controller/uss820dci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/uss820dci.h b/sys/dev/usb/controller/uss820dci.h index fcddb4a..637f562 100644 --- a/sys/dev/usb/controller/uss820dci.h +++ b/sys/dev/usb/controller/uss820dci.h @@ -345,8 +345,6 @@ struct uss820dci_softc { struct usb2_bus sc_bus; union uss820_hub_temp sc_hub_temp; LIST_HEAD(, usb2_xfer) sc_interrupt_list_head; - struct usb2_sw_transfer sc_root_ctrl; - struct usb2_sw_transfer sc_root_intr; struct usb2_device *sc_devices[USS820_MAX_DEVICES]; struct resource *sc_io_res; |