USB: Fix suspend-resume of PCI USB controllers
[pandora-kernel.git] / drivers / usb / host / ehci-pci.c
index 9faa5c8..bb21fb0 100644 (file)
@@ -432,7 +432,6 @@ static struct pci_driver ehci_pci_driver = {
 
 #ifdef CONFIG_PM
        .suspend =      usb_hcd_pci_suspend,
-       .suspend_late = usb_hcd_pci_suspend_late,
        .resume_early = usb_hcd_pci_resume_early,
        .resume =       usb_hcd_pci_resume,
 #endif