diff options
Diffstat (limited to 'drivers/scsi/isci/request.h')
-rw-r--r-- | drivers/scsi/isci/request.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/scsi/isci/request.h b/drivers/scsi/isci/request.h index 9bb7c36257f3..a91d1d6060ce 100644 --- a/drivers/scsi/isci/request.h +++ b/drivers/scsi/isci/request.h | |||
@@ -231,14 +231,6 @@ struct scic_sds_request { | |||
231 | */ | 231 | */ |
232 | u32 saved_rx_frame_index; | 232 | u32 saved_rx_frame_index; |
233 | 233 | ||
234 | /* | ||
235 | * This field in the recorded device sequence for the io request. | ||
236 | * This is recorded during the build operation and is compared in the | ||
237 | * start operation. If the sequence is different then there was a | ||
238 | * change of devices from the build to start operations. | ||
239 | */ | ||
240 | u8 device_sequence; | ||
241 | |||
242 | union { | 234 | union { |
243 | struct { | 235 | struct { |
244 | union { | 236 | union { |
@@ -262,7 +254,6 @@ struct scic_sds_request { | |||
262 | struct dev_to_host_fis rsp; | 254 | struct dev_to_host_fis rsp; |
263 | } stp; | 255 | } stp; |
264 | }; | 256 | }; |
265 | |||
266 | }; | 257 | }; |
267 | 258 | ||
268 | static inline struct scic_sds_request *to_sci_req(struct scic_sds_stp_request *stp_req) | 259 | static inline struct scic_sds_request *to_sci_req(struct scic_sds_stp_request *stp_req) |