diff options
author | Hannes Reinecke <hare@suse.de> | 2013-10-23 04:51:20 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-10-25 07:00:23 -0400 |
commit | 6b1e5a45d4eaa75e28f2d170ea43ab8fc6dd34d8 (patch) | |
tree | b4a711ee7cf326986beecdd1a0b3204dc07ae43f /include/scsi | |
parent | 53a8936cb5bc95b7616cfa9e45d6145c630cea1d (diff) |
[SCSI] remove check for 'resetting'
Field is now unused, so this is dead code.
[jejb: remove resetting and last_reset from Scsi_Host]
Signed-off-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_host.h b/include/scsi/scsi_host.h index 755243572219..a74b7d9afe8e 100644 --- a/include/scsi/scsi_host.h +++ b/include/scsi/scsi_host.h | |||
@@ -598,8 +598,6 @@ struct Scsi_Host { | |||
598 | unsigned int host_eh_scheduled; /* EH scheduled without command */ | 598 | unsigned int host_eh_scheduled; /* EH scheduled without command */ |
599 | 599 | ||
600 | unsigned int host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ | 600 | unsigned int host_no; /* Used for IOCTL_GET_IDLUN, /proc/scsi et al. */ |
601 | int resetting; /* if set, it means that last_reset is a valid value */ | ||
602 | unsigned long last_reset; | ||
603 | 601 | ||
604 | /* | 602 | /* |
605 | * These three parameters can be used to allow for wide scsi, | 603 | * These three parameters can be used to allow for wide scsi, |