diff options
Diffstat (limited to 'include/linux/usb/hcd.h')
| -rw-r--r-- | include/linux/usb/hcd.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h index 0c7eff91adf4..4e9623e8492b 100644 --- a/include/linux/usb/hcd.h +++ b/include/linux/usb/hcd.h @@ -267,7 +267,7 @@ struct hc_driver {  	int	(*pci_suspend)(struct usb_hcd *hcd, bool do_wakeup);  	/* called after entering D0 (etc), before resuming the hub */ -	int	(*pci_resume)(struct usb_hcd *hcd, bool hibernated); +	int	(*pci_resume)(struct usb_hcd *hcd, pm_message_t state);  	/* called just before hibernate final D3 state, allows host to poweroff parts */  	int	(*pci_poweroff_late)(struct usb_hcd *hcd, bool do_wakeup); |