diff options
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 9d9871c28abd..ae45d6f8f98c 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h | |||
@@ -65,12 +65,6 @@ struct scsi_cmnd { | |||
65 | int timeout_total; | 65 | int timeout_total; |
66 | int timeout; | 66 | int timeout; |
67 | 67 | ||
68 | /* | ||
69 | * We handle the timeout differently if it happens when a reset, | ||
70 | * abort, etc are in process. | ||
71 | */ | ||
72 | unsigned volatile char internal_timeout; | ||
73 | |||
74 | unsigned char cmd_len; | 68 | unsigned char cmd_len; |
75 | unsigned char old_cmd_len; | 69 | unsigned char old_cmd_len; |
76 | enum dma_data_direction sc_data_direction; | 70 | enum dma_data_direction sc_data_direction; |