X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=drivers%2Fdma%2Fioatdma.h;h=2a319e124ece8c492a74b99f9e070079a0664635;hb=2ed6dc34f9ed39bb8e4c81ea1056f0ba56315841;hp=2abf0b88a973140ec27be7a7573f6a3ffcf664b3;hpb=7589670f37736bcc119ebfbd69aafea6d585d1d4;p=deliverable%2Flinux.git 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 { struct ioatdma_device *ioat_dma_probe(struct pci_dev *pdev, void __iomem *iobase); void ioat_dma_remove(struct ioatdma_device *device); +struct dca_provider *ioat_dca_init(struct pci_dev *pdev, + void __iomem *iobase); #else #define ioat_dma_probe(pdev, iobase) NULL #define ioat_dma_remove(device) do { } while (0) +#define ioat_dca_init(pdev, iobase) NULL #endif #endif /* IOATDMA_H */