aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/tmscsim.h
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2007-07-04 21:18:55 +0300
committerJames Bottomley <jejb@mulgrave.localdomain>2007-07-14 18:56:33 -0500
commit0ab179bcf31fd54c7b34b4191ea8591267641e92 (patch)
treef9b1dfe68a002d92c60a2d1a02904ad5ede13b12 /drivers/scsi/tmscsim.h
parent[SCSI] CONFIG_SCSI_FD_8xx no longer exists (diff)
downloadlinux-dev-0ab179bcf31fd54c7b34b4191ea8591267641e92.tar.xz
linux-dev-0ab179bcf31fd54c7b34b4191ea8591267641e92.zip
[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.h1
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];