浏览代码

[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>
James Bottomley 16 年之前
父节点
当前提交
b29f841378
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      include/scsi/scsi_device.h

+ 0 - 2
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;