aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/xhci-pci.c')
-rw-r--r--drivers/usb/host/xhci-pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c
index 7ac12b4ffe86..ff9a4ef22338 100644
--- a/drivers/usb/host/xhci-pci.c
+++ b/drivers/usb/host/xhci-pci.c
@@ -111,6 +111,8 @@ static const struct hc_driver xhci_pci_hc_driver = {
111 /* 111 /*
112 * managing i/o requests and associated device resources 112 * managing i/o requests and associated device resources
113 */ 113 */
114 .urb_enqueue = xhci_urb_enqueue,
115 .urb_dequeue = xhci_urb_dequeue,
114 .alloc_dev = xhci_alloc_dev, 116 .alloc_dev = xhci_alloc_dev,
115 .free_dev = xhci_free_dev, 117 .free_dev = xhci_free_dev,
116 .address_device = xhci_address_device, 118 .address_device = xhci_address_device,