[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>
This commit is contained in:
Boaz Harrosh
2007-07-04 21:18:55 +03:00
committed by James Bottomley
parent cde760856c
commit 0ab179bcf3
2 changed files with 0 additions and 4 deletions

View File

@ -57,7 +57,6 @@ u8 SGcount;
u8 MsgCnt;
u8 EndMessage;
u8 SavedSGCount;
u8 MsgInBuf[6];
u8 MsgOutBuf[6];