diff options
author | Hannes Reinecke <hare@suse.de> | 2013-10-23 10:51:18 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-10-25 11:51:37 +0100 |
commit | f274a02e52213bbeaf02adfea5f27aaed8a696c8 (patch) | |
tree | dbd9440ff91c703dda6ea2a53e86e9271a4cb31c /drivers/scsi/tmscsim.h | |
parent | 50d14a70fb284f5dcbc9e6f135b110c78786d07c (diff) |
[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>
Diffstat (limited to 'drivers/scsi/tmscsim.h')
-rw-r--r-- | drivers/scsi/tmscsim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/tmscsim.h b/drivers/scsi/tmscsim.h index 77adc54dbd16..3d1bb4ad1826 100644 --- a/drivers/scsi/tmscsim.h +++ b/drivers/scsi/tmscsim.h @@ -143,6 +143,7 @@ u8 Ignore_IRQ; /* Not used */ struct pci_dev *pdev; +unsigned long last_reset; unsigned long Cmds; u32 SelLost; u32 SelConn; |