On 2/15/23 18:45, Ziqi Chen wrote:
diff --git a/include/trace/events/ufs.h b/include/trace/events/ufs.h index 599739e..a406404e 100644 --- a/include/trace/events/ufs.h +++ b/include/trace/events/ufs.h @@ -10,6 +10,7 @@ #define _TRACE_UFS_H#include <linux/tracepoint.h>+#include <ufs/ufshcd.h>
Would including <ufs/ufs.h> here be sufficient? Thanks, Bart.