Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b29f8413 authored by James Bottomley's avatar James Bottomley
Browse files

[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: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
parent a02488ed
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -159,8 +159,6 @@ struct scsi_device {
	atomic_t iodone_cnt;
	atomic_t ioerr_cnt;

	int timeout;

	struct device		sdev_gendev,
				sdev_dev;