aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r--drivers/usb/host/xhci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
index 59248449b25..f5cb7417f23 100644
--- a/drivers/usb/host/xhci.h
+++ b/drivers/usb/host/xhci.h
@@ -1426,6 +1426,8 @@ struct xhci_hcd {
1426 /* slot enabling and address device helpers */ 1426 /* slot enabling and address device helpers */
1427 struct completion addr_dev; 1427 struct completion addr_dev;
1428 int slot_id; 1428 int slot_id;
1429 /* For USB 3.0 LPM enable/disable. */
1430 struct xhci_command *lpm_command;
1429 /* Internal mirror of the HW's dcbaa */ 1431 /* Internal mirror of the HW's dcbaa */
1430 struct xhci_virt_device *devs[MAX_HC_SLOTS]; 1432 struct xhci_virt_device *devs[MAX_HC_SLOTS];
1431 /* For keeping track of bandwidth domains per roothub. */ 1433 /* For keeping track of bandwidth domains per roothub. */