DM USB: xHCI: remove the waiting 5 seconds wa for s3

This workaround will delay the UOS resuming for 5 seconds, this
behavior is not right and should be replaced by dynamic style.

Tracked-On: #1893
Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com>
Reviewed-by: Liang Yang <liang3.yang@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
Xiaoguang Wu
2018-12-12 11:43:34 +08:00
committed by wenlingz
parent 4fc5dcfc3e
commit 6c1ca13767
3 changed files with 0 additions and 23 deletions

View File

@@ -377,6 +377,4 @@ struct xhci_event_ring_seg {
volatile uint32_t dwEvrsReserved;
};
void wait_for_xhci_resume();
#endif /* _XHCI_H_ */