[SCSI] qla4xxx: Code Clean up - remove "marker_needed"
authorVikas Chaudhary <vikas.chaudhary@qlogic.com>
Wed, 28 Apr 2010 06:09:31 +0000 (11:39 +0530)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 2 May 2010 19:39:29 +0000 (15:39 -0400)
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>
drivers/scsi/qla4xxx/ql4_def.h

index 347a7c8b53e7e82c4f1224771d74bcc1c5fea2bd..1e56b8ee19bb210f7bedd134c8b0019ded4bacdb 100644 (file)
@@ -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;
 
This page took 0.025409 seconds and 5 git commands to generate.