diff options
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 715cc84c751e..5f8c907c32e8 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h | |||
@@ -79,8 +79,6 @@ struct scsi_cmnd { | |||
79 | * sense info */ | 79 | * sense info */ |
80 | unsigned short use_sg; /* Number of pieces of scatter-gather */ | 80 | unsigned short use_sg; /* Number of pieces of scatter-gather */ |
81 | unsigned short sglist_len; /* size of malloc'd scatter-gather list */ | 81 | unsigned short sglist_len; /* size of malloc'd scatter-gather list */ |
82 | unsigned short abort_reason; /* If the mid-level code requests an | ||
83 | * abort, this is the reason. */ | ||
84 | unsigned bufflen; /* Size of data buffer */ | 82 | unsigned bufflen; /* Size of data buffer */ |
85 | void *buffer; /* Data buffer */ | 83 | void *buffer; /* Data buffer */ |
86 | 84 | ||