diff options
Diffstat (limited to 'drivers/usb/host/uhci-hcd.c')
-rw-r--r-- | drivers/usb/host/uhci-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c index 324a1a9bbdb2..98745a072d6f 100644 --- a/drivers/usb/host/uhci-hcd.c +++ b/drivers/usb/host/uhci-hcd.c | |||
@@ -716,7 +716,7 @@ static void uhci_stop(struct usb_hcd *hcd) | |||
716 | } | 716 | } |
717 | 717 | ||
718 | #ifdef CONFIG_PM | 718 | #ifdef CONFIG_PM |
719 | static int uhci_suspend(struct usb_hcd *hcd, u32 state) | 719 | static int uhci_suspend(struct usb_hcd *hcd, pm_message_t message) |
720 | { | 720 | { |
721 | struct uhci_hcd *uhci = hcd_to_uhci(hcd); | 721 | struct uhci_hcd *uhci = hcd_to_uhci(hcd); |
722 | 722 | ||