diff options
Diffstat (limited to 'drivers/usb/host/xhci-pci.c')
-rw-r--r-- | drivers/usb/host/xhci-pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c index aefc3496376a..3865f8c6f647 100644 --- a/drivers/usb/host/xhci-pci.c +++ b/drivers/usb/host/xhci-pci.c | |||
@@ -162,6 +162,8 @@ static const struct hc_driver xhci_pci_hc_driver = { | |||
162 | /* Root hub support */ | 162 | /* Root hub support */ |
163 | .hub_control = xhci_hub_control, | 163 | .hub_control = xhci_hub_control, |
164 | .hub_status_data = xhci_hub_status_data, | 164 | .hub_status_data = xhci_hub_status_data, |
165 | .bus_suspend = xhci_bus_suspend, | ||
166 | .bus_resume = xhci_bus_resume, | ||
165 | }; | 167 | }; |
166 | 168 | ||
167 | /*-------------------------------------------------------------------------*/ | 169 | /*-------------------------------------------------------------------------*/ |