powerpc: use dma_map_ops struct
[deliverable/linux.git] / arch / powerpc / kernel / dma-iommu.c
index 2983adac8cc392d6788b23fdd19f2f16eda3e510..87ddb3fb948c52772abdd9331f96be68797dd277 100644 (file)
@@ -89,7 +89,7 @@ static int dma_iommu_dma_supported(struct device *dev, u64 mask)
                return 1;
 }
 
-struct dma_mapping_ops dma_iommu_ops = {
+struct dma_map_ops dma_iommu_ops = {
        .alloc_coherent = dma_iommu_alloc_coherent,
        .free_coherent  = dma_iommu_free_coherent,
        .map_sg         = dma_iommu_map_sg,
This page took 0.028834 seconds and 5 git commands to generate.