diff options
author | Christoph Hellwig <hch@infradead.org> | 2014-11-24 10:07:25 -0500 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2014-12-04 03:58:33 -0500 |
commit | 68d81f40047cc4f99e86807e1160fb07a7b856c7 (patch) | |
tree | a1d260df122f4dd9c2830832e4b09b6075ee1323 /include/trace | |
parent | 4e484896ac8b1877097770bc630802d5535e8d46 (diff) |
scsi: remove MSG_*_TAG defines
For SPI drivers use the message definitions from scsi.h, and for target
drivers introduce a new TCM_*_TAG namespace.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/target.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/trace/events/target.h b/include/trace/events/target.h index da9cc0f05c93..a4566806c112 100644 --- a/include/trace/events/target.h +++ b/include/trace/events/target.h | |||
@@ -109,10 +109,10 @@ | |||
109 | 109 | ||
110 | #define show_task_attribute_name(val) \ | 110 | #define show_task_attribute_name(val) \ |
111 | __print_symbolic(val, \ | 111 | __print_symbolic(val, \ |
112 | { MSG_SIMPLE_TAG, "SIMPLE" }, \ | 112 | { TCM_SIMPLE_TAG, "SIMPLE" }, \ |
113 | { MSG_HEAD_TAG, "HEAD" }, \ | 113 | { TCM_HEAD_TAG, "HEAD" }, \ |
114 | { MSG_ORDERED_TAG, "ORDERED" }, \ | 114 | { TCM_ORDERED_TAG, "ORDERED" }, \ |
115 | { MSG_ACA_TAG, "ACA" } ) | 115 | { TCM_ACA_TAG, "ACA" } ) |
116 | 116 | ||
117 | #define show_scsi_status_name(val) \ | 117 | #define show_scsi_status_name(val) \ |
118 | __print_symbolic(val, \ | 118 | __print_symbolic(val, \ |