diff options
Diffstat (limited to 'sys/dev/usb2/controller/uhci2.h')
-rw-r--r-- | sys/dev/usb2/controller/uhci2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb2/controller/uhci2.h b/sys/dev/usb2/controller/uhci2.h index 802e241..9365a4c 100644 --- a/sys/dev/usb2/controller/uhci2.h +++ b/sys/dev/usb2/controller/uhci2.h @@ -270,7 +270,6 @@ struct uhci_hw_softc { typedef struct uhci_softc { struct uhci_hw_softc sc_hw; struct usb2_bus sc_bus; /* base device */ - struct usb2_config_td sc_config_td; union uhci_hub_desc sc_hub_desc; struct usb2_sw_transfer sc_root_ctrl; struct usb2_sw_transfer sc_root_intr; |