FROMLIST: iommu: dma-iommu: use common implementation also on ARM architecture
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-mvebu / coherency.c
index 55348ee5a35228cf5e8cbb8f55b0b16b4d56c805..1ee9e3901a8ff871adba957de8f99c95d931de5b 100644 (file)
@@ -98,7 +98,7 @@ static int mvebu_hwcc_notifier(struct notifier_block *nb,
 
        if (event != BUS_NOTIFY_ADD_DEVICE)
                return NOTIFY_DONE;
-       set_dma_ops(dev, &arm_coherent_dma_ops);
+       arch_set_dma_ops(dev, &arm_coherent_dma_ops);
 
        return NOTIFY_OK;
 }