ANDROID: usb: export tracepoint for dwc3_complete_trb

Export dwc3_complete_trb tracepoint so that
vendor modules can use it.

Bug: 189130101

Change-Id: I1efeaf2a29267ee647fda83d5f18b7a5fae16b96
Signed-off-by: fengmingli <mingli.feng@vivo.com>
(cherry picked from commit e3e4ee0e9f)
This commit is contained in:
fengmingli
2021-06-04 16:00:44 +08:00
committed by Aking Chen
parent aec40de3d7
commit 5f20a6414e

View File

@@ -12,3 +12,4 @@
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_event);
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_ctrl_req);
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_complete_trb);