aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/uhci-hcd.c')
-rw-r--r--drivers/usb/host/uhci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
index 2743ec770f0c..a7850f51fdc5 100644
--- a/drivers/usb/host/uhci-hcd.c
+++ b/drivers/usb/host/uhci-hcd.c
@@ -788,7 +788,7 @@ static int uhci_rh_resume(struct usb_hcd *hcd)
788 return rc; 788 return rc;
789} 789}
790 790
791static int uhci_pci_suspend(struct usb_hcd *hcd) 791static int uhci_pci_suspend(struct usb_hcd *hcd, bool do_wakeup)
792{ 792{
793 struct uhci_hcd *uhci = hcd_to_uhci(hcd); 793 struct uhci_hcd *uhci = hcd_to_uhci(hcd);
794 int rc = 0; 794 int rc = 0;