aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma/ioat')
-rw-r--r--drivers/dma/ioat/dma.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dma/ioat/dma.h b/drivers/dma/ioat/dma.h
index 1226e35f2709..9f0c853b6a77 100644
--- a/drivers/dma/ioat/dma.h
+++ b/drivers/dma/ioat/dma.h
@@ -102,8 +102,8 @@ struct ioat_dma_chan {
102 struct delayed_work work; 102 struct delayed_work work;
103 103
104 int pending; 104 int pending;
105 int dmacount; 105 u16 dmacount;
106 int desccount; 106 u16 desccount;
107 107
108 struct ioatdma_device *device; 108 struct ioatdma_device *device;
109 struct dma_chan common; 109 struct dma_chan common;