diff options
Diffstat (limited to 'arch/powerpc/platforms/cell/iommu.c')
-rw-r--r-- | arch/powerpc/platforms/cell/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/iommu.c b/arch/powerpc/platforms/cell/iommu.c index e1413e69e5fe..71b995bbcae0 100644 --- a/arch/powerpc/platforms/cell/iommu.c +++ b/arch/powerpc/platforms/cell/iommu.c | |||
@@ -692,7 +692,7 @@ static int cell_of_bus_notify(struct notifier_block *nb, unsigned long action, | |||
692 | return 0; | 692 | return 0; |
693 | 693 | ||
694 | /* We use the PCI DMA ops */ | 694 | /* We use the PCI DMA ops */ |
695 | dev->archdata.dma_ops = get_pci_dma_ops(); | 695 | dev->dma_ops = get_pci_dma_ops(); |
696 | 696 | ||
697 | cell_dma_dev_setup(dev); | 697 | cell_dma_dev_setup(dev); |
698 | 698 | ||