diff options
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
-rw-r--r-- | drivers/usb/host/ehci-pci.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index 5aa8bce90e1f..8172383e8908 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c | |||
@@ -429,10 +429,11 @@ static struct pci_driver ehci_pci_driver = { | |||
429 | 429 | ||
430 | .probe = usb_hcd_pci_probe, | 430 | .probe = usb_hcd_pci_probe, |
431 | .remove = usb_hcd_pci_remove, | 431 | .remove = usb_hcd_pci_remove, |
432 | .shutdown = usb_hcd_pci_shutdown, | ||
432 | 433 | ||
433 | #ifdef CONFIG_PM | 434 | #ifdef CONFIG_PM_SLEEP |
434 | .suspend = usb_hcd_pci_suspend, | 435 | .driver = { |
435 | .resume = usb_hcd_pci_resume, | 436 | .pm = &usb_hcd_pci_pm_ops |
437 | }, | ||
436 | #endif | 438 | #endif |
437 | .shutdown = usb_hcd_pci_shutdown, | ||
438 | }; | 439 | }; |