Skip to content

Commit

Permalink
[SCSI] qla2xxx: Remove unused member (dma_handle) from srb_t structure.
Browse files Browse the repository at this point in the history
The member is not needed as there's no non-scatter-gather
list I/Os submitted by the upper-layers.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Apr 7, 2008
1 parent 4d4df19 commit 73f0f0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/scsi/qla2xxx/qla_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ typedef struct srb {

uint16_t flags;

/* Single transfer DMA context */
dma_addr_t dma_handle;

uint32_t request_sense_length;
uint8_t *request_sense_ptr;
} srb_t;
Expand Down

0 comments on commit 73f0f0f

Please sign in to comment.