diff options
Diffstat (limited to 'sys/dev/usb/controller/ohci.h')
-rw-r--r-- | sys/dev/usb/controller/ohci.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index 47d3be3..8586cac 100644 --- a/sys/dev/usb/controller/ohci.h +++ b/sys/dev/usb/controller/ohci.h @@ -322,8 +322,6 @@ typedef struct ohci_softc { struct usb2_bus sc_bus; /* base device */ struct usb2_callout sc_tmo_rhsc; union ohci_hub_desc sc_hub_desc; - struct usb2_sw_transfer sc_root_ctrl; - struct usb2_sw_transfer sc_root_intr; struct usb2_device *sc_devices[OHCI_MAX_DEVICES]; struct resource *sc_io_res; |