diff options
-rw-r--r-- | include/linux/libata.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 52112d39d71e..15efec05df67 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -570,13 +570,13 @@ struct ata_queued_cmd { | |||
570 | unsigned int extrabytes; | 570 | unsigned int extrabytes; |
571 | unsigned int curbytes; | 571 | unsigned int curbytes; |
572 | 572 | ||
573 | struct scatterlist *cursg; | ||
574 | unsigned int cursg_ofs; | ||
575 | |||
576 | struct scatterlist sgent; | 573 | struct scatterlist sgent; |
577 | 574 | ||
578 | struct scatterlist *sg; | 575 | struct scatterlist *sg; |
579 | 576 | ||
577 | struct scatterlist *cursg; | ||
578 | unsigned int cursg_ofs; | ||
579 | |||
580 | unsigned int err_mask; | 580 | unsigned int err_mask; |
581 | struct ata_taskfile result_tf; | 581 | struct ata_taskfile result_tf; |
582 | ata_qc_cb_t complete_fn; | 582 | ata_qc_cb_t complete_fn; |