diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-11-30 17:39:01 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 18:24:20 +0100 |
commit | b29f841378460c37e99a2398d0015d9bd7901a09 (patch) | |
tree | 0ef4dcdde5364119a2e1745cea611c9d620fd3c6 /include/scsi/scsi_device.h | |
parent | [SCSI] st: update to use block timeout (diff) | |
download | linux-b29f841378460c37e99a2398d0015d9bd7901a09.tar.xz linux-b29f841378460c37e99a2398d0015d9bd7901a09.zip |
[SCSI] remove timeout from struct scsi_device
by removing the unused timeout parameter we ensure a compile failure if
anyone is accidentally still using it rather than the block timeout.
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi/scsi_device.h')
-rw-r--r-- | include/scsi/scsi_device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h index a37a8148a310..2a1c1419994d 100644 --- a/include/scsi/scsi_device.h +++ b/include/scsi/scsi_device.h @@ -159,8 +159,6 @@ struct scsi_device { atomic_t iodone_cnt; atomic_t ioerr_cnt; - int timeout; - struct device sdev_gendev, sdev_dev; |