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 7c8a2ccf78f1..a0afc78b273e 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c | |||
@@ -353,8 +353,8 @@ static const struct hc_driver ehci_pci_hc_driver = { | |||
353 | .reset = ehci_pci_setup, | 353 | .reset = ehci_pci_setup, |
354 | .start = ehci_run, | 354 | .start = ehci_run, |
355 | #ifdef CONFIG_PM | 355 | #ifdef CONFIG_PM |
356 | .suspend = ehci_pci_suspend, | 356 | .pci_suspend = ehci_pci_suspend, |
357 | .resume = ehci_pci_resume, | 357 | .pci_resume = ehci_pci_resume, |
358 | #endif | 358 | #endif |
359 | .stop = ehci_stop, | 359 | .stop = ehci_stop, |
360 | .shutdown = ehci_shutdown, | 360 | .shutdown = ehci_shutdown, |