[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:
Hannes Reinecke
2013-10-23 10:51:18 +02:00
committed by James Bottomley
parent 50d14a70fb
commit f274a02e52
2 changed files with 8 additions and 7 deletions

View File

@@ -143,6 +143,7 @@ u8 Ignore_IRQ; /* Not used */
struct pci_dev *pdev;
unsigned long last_reset;
unsigned long Cmds;
u32 SelLost;
u32 SelConn;