|
@@ -1293,9 +1293,8 @@ static void unlink_empty_async(struct ehci_hcd *ehci)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#ifdef CONFIG_PM
|
|
|
|
|
/* The root hub is suspended; unlink all the async QHs */
|
|
/* The root hub is suspended; unlink all the async QHs */
|
|
|
-static void unlink_empty_async_suspended(struct ehci_hcd *ehci)
|
|
|
|
|
|
|
+static void __maybe_unused unlink_empty_async_suspended(struct ehci_hcd *ehci)
|
|
|
{
|
|
{
|
|
|
struct ehci_qh *qh;
|
|
struct ehci_qh *qh;
|
|
|
|
|
|
|
@@ -1306,7 +1305,6 @@ static void unlink_empty_async_suspended(struct ehci_hcd *ehci)
|
|
|
}
|
|
}
|
|
|
start_iaa_cycle(ehci);
|
|
start_iaa_cycle(ehci);
|
|
|
}
|
|
}
|
|
|
-#endif
|
|
|
|
|
|
|
|
|
|
/* makes sure the async qh will become idle */
|
|
/* makes sure the async qh will become idle */
|
|
|
/* caller must own ehci->lock */
|
|
/* caller must own ehci->lock */
|