]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/sysdev/dart_iommu.c
Merge branch 'linus' into sched/urgent
[linux-2.6-omap-h63xx.git] / arch / powerpc / sysdev / dart_iommu.c
index 005c2ecf976fe810f2f02ddee3f78200d8d3f010..89639ecbf38162621ca3d57654866ff08f4033d5 100644 (file)
@@ -147,9 +147,10 @@ static void dart_flush(struct iommu_table *tbl)
        }
 }
 
-static void dart_build(struct iommu_table *tbl, long index,
+static int dart_build(struct iommu_table *tbl, long index,
                       long npages, unsigned long uaddr,
-                      enum dma_data_direction direction)
+                      enum dma_data_direction direction,
+                      struct dma_attrs *attrs)
 {
        unsigned int *dp;
        unsigned int rpn;
@@ -183,6 +184,7 @@ static void dart_build(struct iommu_table *tbl, long index,
        } else {
                dart_dirty = 1;
        }
+       return 0;
 }