aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/controller/uhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/controller/uhci.h')
-rw-r--r--sys/dev/usb/controller/uhci.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/uhci.h b/sys/dev/usb/controller/uhci.h
index 64a80cfcbd8f..ae3e0e3e4785 100644
--- a/sys/dev/usb/controller/uhci.h
+++ b/sys/dev/usb/controller/uhci.h
@@ -243,7 +243,6 @@ struct uhci_config_desc {
union uhci_hub_desc {
struct usb2_status stat;
struct usb2_port_status ps;
- struct usb2_device_descriptor devd;
uint8_t temp[128];
};