]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/kernel/ibmebus.c
powerpc: use dma_map_ops struct
[karo-tx-linux.git] / arch / powerpc / kernel / ibmebus.c
index 6e3f62493659abc79e68f6795f14dd3d52d8cab1..a4c8b38b0ba1f7bed97d9788e80a78f9447a3cc2 100644 (file)
@@ -127,7 +127,7 @@ static int ibmebus_dma_supported(struct device *dev, u64 mask)
        return 1;
 }
 
-static struct dma_mapping_ops ibmebus_dma_ops = {
+static struct dma_map_ops ibmebus_dma_ops = {
        .alloc_coherent = ibmebus_alloc_coherent,
        .free_coherent  = ibmebus_free_coherent,
        .map_sg         = ibmebus_map_sg,