diff options
Diffstat (limited to 'drivers/usb/host/xhci-pci.c')
-rw-r--r-- | drivers/usb/host/xhci-pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index 89614af80d20..005c5b264a7c 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c | |||
@@ -113,7 +113,9 @@ static const struct hc_driver xhci_pci_hc_driver = { | |||
113 | */ | 113 | */ |
114 | .get_frame_number = xhci_get_frame, | 114 | .get_frame_number = xhci_get_frame, |
115 | 115 | ||
116 | /* Implement root hub support later. */ | 116 | /* Root hub support */ |
117 | .hub_control = xhci_hub_control, | ||
118 | .hub_status_data = xhci_hub_status_data, | ||
117 | }; | 119 | }; |
118 | 120 | ||
119 | /*-------------------------------------------------------------------------*/ | 121 | /*-------------------------------------------------------------------------*/ |