]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/platforms/celleb/iommu.c
[POWERPC] Create and use set_pci_dma_ops
[linux-2.6-omap-h63xx.git] / arch / powerpc / platforms / celleb / iommu.c
index f63b94c65353218b28a913916818e1e8763fc3a9..fecc4ffd475e05162be5671ae3ae28d526485edb 100644 (file)
@@ -95,7 +95,7 @@ static int __init celleb_init_iommu(void)
                return -ENODEV;
 
        celleb_init_direct_mapping();
-       pci_dma_ops = &dma_direct_ops;
+       set_pci_dma_ops(&dma_direct_ops);
        bus_register_notifier(&of_platform_bus_type, &celleb_of_bus_notifier);
 
        return 0;