From 68350a886e7df0269a14af888dd68be2ba9203ca Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 11 Jul 2016 13:34:55 +0900 Subject: scsi: remove current_cmnd field from struct scsi_device The field is only used by the 53c700 driver, so move it into the driver-private device data instead of having it in the common structure. Signed-off-by: Christoph Hellwig Reviewed-by: Tomas Henzl Reviewed-by: Ewan D. Milne Signed-off-by: Martin K. Petersen --- drivers/scsi/53c700.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/scsi/53c700.h') diff --git a/drivers/scsi/53c700.h b/drivers/scsi/53c700.h index c893a5d3ff8d..f34c916b95bc 100644 --- a/drivers/scsi/53c700.h +++ b/drivers/scsi/53c700.h @@ -82,6 +82,7 @@ struct NCR_700_Device_Parameters { * cmnd[1], this could be in static storage */ unsigned char cmnd[MAX_COMMAND_SIZE]; __u8 depth; + struct scsi_cmnd *current_cmnd; /* currently active command */ }; -- cgit v1.2.3-55-g7522