Re: [PATCH v1] scsi: ufs: core: Add trace event for MCQ

From: Bart Van Assche
Date: Thu Feb 16 2023 - 12:44:25 EST


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.