diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2007-03-04 16:58:39 +1100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-03-09 15:03:25 +1100 |
commit | 9874777016e06ad2df420237963e81389776cb6d (patch) | |
tree | abd509f5d37da4f8e2cdef8e3e41ec498c4a10ca /arch/powerpc/platforms/celleb | |
parent | 618d3adc351a24c4c48437c767befb88ca2d199d (diff) |
[POWERPC] Create and use set_pci_dma_ops
This will allow us to build without PCI easier.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/celleb')
-rw-r--r-- | arch/powerpc/platforms/celleb/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/celleb/iommu.c b/arch/powerpc/platforms/celleb/iommu.c index f63b94c6535..fecc4ffd475 100644 --- a/arch/powerpc/platforms/celleb/iommu.c +++ b/arch/powerpc/platforms/celleb/iommu.c @@ -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; |