diff options
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 6ff453f935e7..c46a58f9181d 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c | |||
@@ -379,6 +379,7 @@ static const struct hc_driver ehci_pci_hc_driver = { | |||
379 | .bus_suspend = ehci_bus_suspend, | 379 | .bus_suspend = ehci_bus_suspend, |
380 | .bus_resume = ehci_bus_resume, | 380 | .bus_resume = ehci_bus_resume, |
381 | .relinquish_port = ehci_relinquish_port, | 381 | .relinquish_port = ehci_relinquish_port, |
382 | .port_handed_over = ehci_port_handed_over, | ||
382 | }; | 383 | }; |
383 | 384 | ||
384 | /*-------------------------------------------------------------------------*/ | 385 | /*-------------------------------------------------------------------------*/ |