xHCI: add aborting command ring function
[deliverable/linux.git] / drivers / usb / host / xhci.c
index f425356e71f2cb0ee7b2fcb2fe212c7aa792dd39..3f0763d6359863af527d4d3a110e6555129428d5 100644 (file)
@@ -51,7 +51,7 @@ MODULE_PARM_DESC(link_quirk, "Don't clear the chain bit on a link TRB");
  * handshake done).  There are two failure modes:  "usec" have passed (major
  * hardware flakeout), or the register reads as all-ones (hardware removed).
  */
-static int handshake(struct xhci_hcd *xhci, void __iomem *ptr,
+int handshake(struct xhci_hcd *xhci, void __iomem *ptr,
                      u32 mask, u32 done, int usec)
 {
        u32     result;
This page took 0.043831 seconds and 5 git commands to generate.