public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 12/13] scsi/tracing: include correct header file
@ 2013-03-11  7:14 zhangwei(Jovi)
  2013-03-11 14:21 ` Steven Rostedt
  0 siblings, 1 reply; 6+ messages in thread
From: zhangwei(Jovi) @ 2013-03-11  7:14 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org, Steven Rostedt,
	James E.J. Bottomley

scsi_trace.c just export function scsi_trace_parse_cdb to
event tracing infrastructure, It's not necessary to
include trace/events/scsi.h

Signed-off-by: zhangwei(Jovi) <jovi.zhangwei@huawei.com>
---
 drivers/scsi/scsi_trace.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/scsi_trace.c b/drivers/scsi/scsi_trace.c
index 2bea4f0..b703256 100644
--- a/drivers/scsi/scsi_trace.c
+++ b/drivers/scsi/scsi_trace.c
@@ -17,7 +17,7 @@
  */
 #include <linux/kernel.h>
 #include <linux/trace_seq.h>
-#include <trace/events/scsi.h>
+#include <scsi/scsi.h>

 #define SERVICE_ACTION16(cdb) (cdb[1] & 0x1f)
 #define SERVICE_ACTION32(cdb) ((cdb[8] << 8) | cdb[9])
-- 
1.7.9.7



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-11 15:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11  7:14 [PATCH 12/13] scsi/tracing: include correct header file zhangwei(Jovi)
2013-03-11 14:21 ` Steven Rostedt
2013-03-11 15:24   ` James Bottomley
2013-03-11 15:36     ` Steven Rostedt
2013-03-11 15:45       ` Jovi Zhang
2013-03-11 15:53         ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox