diff options
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 66ebf75b2037..8bbc8dfe19f3 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c | |||
@@ -363,8 +363,8 @@ static const struct hc_driver ehci_pci_hc_driver = { | |||
363 | */ | 363 | */ |
364 | .hub_status_data = ehci_hub_status_data, | 364 | .hub_status_data = ehci_hub_status_data, |
365 | .hub_control = ehci_hub_control, | 365 | .hub_control = ehci_hub_control, |
366 | .hub_suspend = ehci_hub_suspend, | 366 | .bus_suspend = ehci_bus_suspend, |
367 | .hub_resume = ehci_hub_resume, | 367 | .bus_resume = ehci_bus_resume, |
368 | }; | 368 | }; |
369 | 369 | ||
370 | /*-------------------------------------------------------------------------*/ | 370 | /*-------------------------------------------------------------------------*/ |