diff options
Diffstat (limited to 'drivers/dma/ioatdma.h')
-rw-r--r-- | drivers/dma/ioatdma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/dma/ioatdma.h b/drivers/dma/ioatdma.h index 2abf0b88a973..2a319e124ece 100644 --- a/drivers/dma/ioatdma.h +++ b/drivers/dma/ioatdma.h | |||
@@ -132,9 +132,12 @@ struct ioat_desc_sw { | |||
132 | struct ioatdma_device *ioat_dma_probe(struct pci_dev *pdev, | 132 | struct ioatdma_device *ioat_dma_probe(struct pci_dev *pdev, |
133 | void __iomem *iobase); | 133 | void __iomem *iobase); |
134 | void ioat_dma_remove(struct ioatdma_device *device); | 134 | void ioat_dma_remove(struct ioatdma_device *device); |
135 | struct dca_provider *ioat_dca_init(struct pci_dev *pdev, | ||
136 | void __iomem *iobase); | ||
135 | #else | 137 | #else |
136 | #define ioat_dma_probe(pdev, iobase) NULL | 138 | #define ioat_dma_probe(pdev, iobase) NULL |
137 | #define ioat_dma_remove(device) do { } while (0) | 139 | #define ioat_dma_remove(device) do { } while (0) |
140 | #define ioat_dca_init(pdev, iobase) NULL | ||
138 | #endif | 141 | #endif |
139 | 142 | ||
140 | #endif /* IOATDMA_H */ | 143 | #endif /* IOATDMA_H */ |