diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/libata.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 377e6d4d9be3..bc3b6fc7b98d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1037,18 +1037,6 @@ extern void ata_port_pbar_desc(struct ata_port *ap, int bar, ssize_t offset, | |||
1037 | /* | 1037 | /* |
1038 | * qc helpers | 1038 | * qc helpers |
1039 | */ | 1039 | */ |
1040 | static inline int | ||
1041 | ata_sg_is_last(struct scatterlist *sg, struct ata_queued_cmd *qc) | ||
1042 | { | ||
1043 | if (sg == &qc->pad_sgent) | ||
1044 | return 1; | ||
1045 | if (qc->pad_len) | ||
1046 | return 0; | ||
1047 | if (qc->n_iter == qc->n_elem) | ||
1048 | return 1; | ||
1049 | return 0; | ||
1050 | } | ||
1051 | |||
1052 | static inline struct scatterlist * | 1040 | static inline struct scatterlist * |
1053 | ata_qc_first_sg(struct ata_queued_cmd *qc) | 1041 | ata_qc_first_sg(struct ata_queued_cmd *qc) |
1054 | { | 1042 | { |