diff options
author | Vikas Chaudhary <[email protected]> | 2010-04-28 11:39:31 +0530 |
---|---|---|
committer | James Bottomley <[email protected]> | 2010-05-02 15:39:29 -0400 |
commit | c2393cd2dfdd435416cc097a70cc5f5e4f91a87e (patch) | |
tree | ea49935b4919c3a6d5d7181ea364d432a86be1d2 | |
parent | 065aa1b4db63c7fa68a3e889510c4e63404a1ac7 (diff) |
[SCSI] qla4xxx: Code Clean up - remove "marker_needed"
Signed-off-by: Karen Higgins <[email protected]>
Signed-off-by: Vikas Chaudhary <[email protected]>
Signed-off-by: Ravi Anand <[email protected]>
Reviewed-by: Mike Christie <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_def.h b/drivers/scsi/qla4xxx/ql4_def.h index 347a7c8b53e7..1e56b8ee19bb 100644 --- a/drivers/scsi/qla4xxx/ql4_def.h +++ b/drivers/scsi/qla4xxx/ql4_def.h @@ -330,8 +330,7 @@ struct scsi_qla_host { #define MIN_IOBASE_LEN 0x100 uint16_t req_q_count; - uint8_t marker_needed; - uint8_t rsvd1; + uint8_t rsvd1[2]; unsigned long host_no; |