Skip to content

Commit

Permalink
[SCSI] remove timeout from struct scsi_device
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
James Bottomley authored and James Bottomley committed Dec 29, 2008
1 parent a02488e commit b29f841
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/scsi/scsi_device.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,6 @@ struct scsi_device {
atomic_t iodone_cnt;
atomic_t ioerr_cnt;

int timeout;

struct device sdev_gendev,
sdev_dev;

Expand Down

0 comments on commit b29f841

Please sign in to comment.