From 0ab179bcf31fd54c7b34b4191ea8591267641e92 Mon Sep 17 00:00:00 2001 From: Boaz Harrosh Date: Wed, 4 Jul 2007 21:18:55 +0300 Subject: [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 Acked-by: G. Liakhovetski Signed-off-by: James Bottomley --- drivers/scsi/tmscsim.h | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/scsi/tmscsim.h') diff --git a/drivers/scsi/tmscsim.h b/drivers/scsi/tmscsim.h index c74c72aadb0..77adc54dbd1 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]; -- cgit v1.2.3