diff options
Diffstat (limited to 'drivers/usb/host/ehci-pci.c')
| -rw-r--r-- | drivers/usb/host/ehci-pci.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-pci.c b/drivers/usb/host/ehci-pci.c index bb21fb0a496..abb9a7706ec 100644 --- a/drivers/usb/host/ehci-pci.c +++ b/drivers/usb/host/ehci-pci.c @@ -432,7 +432,6 @@ static struct pci_driver ehci_pci_driver = {  #ifdef	CONFIG_PM  	.suspend =	usb_hcd_pci_suspend, -	.resume_early =	usb_hcd_pci_resume_early,  	.resume =	usb_hcd_pci_resume,  #endif  	.shutdown = 	usb_hcd_pci_shutdown,  |