diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2007-07-04 21:18:55 +0300 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-14 18:56:33 -0500 |
commit | 0ab179bcf31fd54c7b34b4191ea8591267641e92 (patch) | |
tree | f9b1dfe68a002d92c60a2d1a02904ad5ede13b12 /drivers/scsi/tmscsim.h | |
parent | cde760856ce3a88bcceb02f208bcd259c2a71c4c (diff) | |
download | linux-0ab179bcf31fd54c7b34b4191ea8591267641e92.tar.gz |
[SCSI] tmscsim: Further clean-up of the driver
- The saved sg_count was a leftover from the time the driver was doing
dma mapping by himself. But now that scsi-ml is called for the mapping
it is not the drivers responsibility.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Acked-by: G. Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/tmscsim.h')
-rw-r--r-- | drivers/scsi/tmscsim.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/tmscsim.h b/drivers/scsi/tmscsim.h index c74c72aadb08..77adc54dbd16 100644 --- a/drivers/scsi/tmscsim.h +++ b/drivers/scsi/tmscsim.h @@ -57,7 +57,6 @@ u8 SGcount; u8 MsgCnt; u8 EndMessage; -u8 SavedSGCount; u8 MsgInBuf[6]; u8 MsgOutBuf[6]; |