diff options
Diffstat (limited to 'sys/dev/usb/controller/ohci.h')
-rw-r--r-- | sys/dev/usb/controller/ohci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index 322324a..b4759aa 100644 --- a/sys/dev/usb/controller/ohci.h +++ b/sys/dev/usb/controller/ohci.h @@ -312,7 +312,6 @@ struct ohci_config_desc { union ohci_hub_desc { struct usb2_status stat; struct usb2_port_status ps; - struct usb2_device_descriptor devd; struct usb2_hub_descriptor hubd; uint8_t temp[128]; }; |