diff options
author | <htejun@gmail.com> | 2005-04-03 15:55:06 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 13:32:47 -0400 |
commit | d3a933dc9851e74581f9f4c8e703e77901ae8d01 (patch) | |
tree | 7e3ca6bb10436c201359a49945e9a4c6f1657a66 /include/scsi | |
parent | db9dff366ba78085d0323364fadbf09bec0e77ee (diff) |
[PATCH] scsi: remove unused scsi_cmnd->internal_timeout field
scsi_cmnd->internal_timeout field doesn't have any meaning
anymore. Kill the field.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi')
-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; |