diff options
Diffstat (limited to 'drivers/usb/host/ohci-pci.c')
-rw-r--r-- | drivers/usb/host/ohci-pci.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c index b0e2275755c8..40b62a35fd3c 100644 --- a/drivers/usb/host/ohci-pci.c +++ b/drivers/usb/host/ohci-pci.c | |||
@@ -347,9 +347,8 @@ static const struct hc_driver ohci_pci_hc_driver = { | |||
347 | .shutdown = ohci_shutdown, | 347 | .shutdown = ohci_shutdown, |
348 | 348 | ||
349 | #ifdef CONFIG_PM | 349 | #ifdef CONFIG_PM |
350 | /* these suspend/resume entries are for upstream PCI glue ONLY */ | 350 | .pci_suspend = ohci_pci_suspend, |
351 | .suspend = ohci_pci_suspend, | 351 | .pci_resume = ohci_pci_resume, |
352 | .resume = ohci_pci_resume, | ||
353 | #endif | 352 | #endif |
354 | 353 | ||
355 | /* | 354 | /* |