[SCSI] tmscsim: Move 'last_reset' into host structure
The 'last_reset' value is only used internally, so move it into the internal host structure. Signed-off-by: Hannes Reinecke <hare@suse.de> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:

committed by
James Bottomley

parent
50d14a70fb
commit
f274a02e52
@@ -143,6 +143,7 @@ u8 Ignore_IRQ; /* Not used */
|
||||
|
||||
struct pci_dev *pdev;
|
||||
|
||||
unsigned long last_reset;
|
||||
unsigned long Cmds;
|
||||
u32 SelLost;
|
||||
u32 SelConn;
|
||||
|
Reference in New Issue
Block a user