projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4df19
)
[SCSI] qla2xxx: Remove unused member (dma_handle) from srb_t structure.
author
Andrew Vasquez
<
[email protected]
>
Thu, 3 Apr 2008 20:13:27 +0000
(13:13 -0700)
committer
James Bottomley
<
[email protected]
>
Mon, 7 Apr 2008 17:19:15 +0000
(12:19 -0500)
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 <
[email protected]
>
Signed-off-by: James Bottomley <
[email protected]
>
drivers/scsi/qla2xxx/qla_def.h
patch
|
blob
|
history
diff --git
a/drivers/scsi/qla2xxx/qla_def.h
b/drivers/scsi/qla2xxx/qla_def.h
index b2f07649bd3ddcda636bf378625ba30f6170dcba..094d95f0764c6027cb421e4d3e5da9bf17012dfd 100644
(file)
--- a/
drivers/scsi/qla2xxx/qla_def.h
+++ b/
drivers/scsi/qla2xxx/qla_def.h
@@
-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;