summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-10-07 22:15:40 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-10-07 22:15:40 -0700
commit5b3cec64736fc00534f928ceb27d6a4efc6d3c7b (patch)
treeec1247f7167d73aff1d2d0e8cd4c6bc810324c5b /include
parenteb3e44cc3ff8d5cd59c3edcdef98b7bb89c24888 (diff)
parent20caa4fd629eb30220ef6c4973802123ecd8a01a (diff)
Merge "usb: host: Flush hub workqueue before stopping controller"
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
index 3740366d9fc5..cef429cf3dce 100644
--- a/include/linux/usb/hcd.h
+++ b/include/linux/usb/hcd.h
@@ -502,7 +502,7 @@ extern void usb_hc_died(struct usb_hcd *hcd);
extern void usb_hcd_poll_rh_status(struct usb_hcd *hcd);
extern void usb_wakeup_notification(struct usb_device *hdev,
unsigned int portnum);
-
+extern void usb_flush_hub_wq(void);
extern void usb_hcd_start_port_resume(struct usb_bus *bus, int portnum);
extern void usb_hcd_end_port_resume(struct usb_bus *bus, int portnum);