diff options
Diffstat (limited to 'drivers/scsi/53c700.h')
-rw-r--r-- | drivers/scsi/53c700.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
82 | * cmnd[1], this could be in static storage */ | 82 | * cmnd[1], this could be in static storage */ |
83 | unsigned char cmnd[MAX_COMMAND_SIZE]; | 83 | unsigned char cmnd[MAX_COMMAND_SIZE]; |
84 | __u8 depth; | 84 | __u8 depth; |
85 | struct scsi_cmnd *current_cmnd; /* currently active command */ | ||
85 | }; | 86 | }; |
86 | 87 | ||
87 | 88 | ||