aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/ioat/dma_v2.h')
-rw-r--r--drivers/dma/ioat/dma_v2.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/ioat/dma_v2.h b/drivers/dma/ioat/dma_v2.h
index 29bf9448035d..212d584fe427 100644
--- a/drivers/dma/ioat/dma_v2.h
+++ b/drivers/dma/ioat/dma_v2.h
@@ -123,7 +123,6 @@ static inline u16 ioat2_xferlen_to_descs(struct ioat2_dma_chan *ioat, size_t len
123struct ioat_ring_ent { 123struct ioat_ring_ent {
124 union { 124 union {
125 struct ioat_dma_descriptor *hw; 125 struct ioat_dma_descriptor *hw;
126 struct ioat_fill_descriptor *fill;
127 struct ioat_xor_descriptor *xor; 126 struct ioat_xor_descriptor *xor;
128 struct ioat_xor_ext_descriptor *xor_ex; 127 struct ioat_xor_ext_descriptor *xor_ex;
129 struct ioat_pq_descriptor *pq; 128 struct ioat_pq_descriptor *pq;