mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ANDROID: usb: dwc3: export tracepoint for dwc3 read/write
There are two tracepoints in dwc3_readl() and dwc3_writel(). This patch will export the tracepoints so that vendor modules can use them. Bug: 184920962 Signed-off-by: Ray Chi <raychi@google.com> Change-Id: I1170d853be1fa1c47afbba133567b1996418d8e8
This commit is contained in:
committed by
William McVicker
parent
0123832f68
commit
fbcd29ac45
@@ -9,3 +9,6 @@
|
|||||||
|
|
||||||
#define CREATE_TRACE_POINTS
|
#define CREATE_TRACE_POINTS
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
|
||||||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_readl);
|
||||||
|
EXPORT_TRACEPOINT_SYMBOL_GPL(dwc3_writel);
|
||||||
|
|||||||
Reference in New Issue
Block a user