]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/platforms/celleb/iommu.c
[POWERPC] Create and use get_pci_dma_ops()
[karo-tx-linux.git] / arch / powerpc / platforms / celleb / iommu.c
index fecc4ffd475e05162be5671ae3ae28d526485edb..e94de6a246225d243cb5b9140831f0d338114a8e 100644 (file)
@@ -80,7 +80,7 @@ static int celleb_of_bus_notify(struct notifier_block *nb,
        if (action != BUS_NOTIFY_ADD_DEVICE)
                return 0;
 
-       dev->archdata.dma_ops = pci_dma_ops;
+       dev->archdata.dma_ops = get_pci_dma_ops();
 
        return 0;
 }