Skip to content

Commit

Permalink
[SCSI] qla4xxx: Code Clean up - remove "marker_needed"
Browse files Browse the repository at this point in the history
Signed-off-by: Karen Higgins <karen.higgins@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Signed-off-by: Ravi Anand <ravi.anand@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed May 2, 2010
1 parent 065aa1b commit c2393cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/scsi/qla4xxx/ql4_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c2393cd

Please sign in to comment.