From: "zhangwei(Jovi)" <jovi.zhangwei@huawei.com>
To: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Steven Rostedt <rostedt@goodmis.org>,
"James E.J. Bottomley" <JBottomley@parallels.com>
Subject: [PATCH 12/13] scsi/tracing: include correct header file
Date: Mon, 11 Mar 2013 15:14:21 +0800 [thread overview]
Message-ID: <513D844D.7000301@huawei.com> (raw)
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
next reply other threads:[~2013-03-11 7:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-11 7:14 zhangwei(Jovi) [this message]
2013-03-11 14:21 ` [PATCH 12/13] scsi/tracing: include correct header file 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=513D844D.7000301@huawei.com \
--to=jovi.zhangwei@huawei.com \
--cc=JBottomley@parallels.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox