diff options
Diffstat (limited to 'include/scsi/scsi_device.h')
| -rw-r--r-- | include/scsi/scsi_device.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h index a6c346df290d..8a9563144890 100644 --- a/include/scsi/scsi_device.h +++ b/include/scsi/scsi_device.h @@ -94,7 +94,6 @@ struct scsi_device {  	spinlock_t list_lock;  	struct list_head cmd_list;	/* queue of in use SCSI Command structures */  	struct list_head starved_entry; -	struct scsi_cmnd *current_cmnd;	/* currently active command */  	unsigned short queue_depth;	/* How deep of a queue we want */  	unsigned short max_queue_depth;	/* max queue depth */  	unsigned short last_queue_full_depth; /* These two are used by */ |