diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-powerpc/machdep.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-powerpc/machdep.h b/include/asm-powerpc/machdep.h index 989922621e35..1233d735fd28 100644 --- a/include/asm-powerpc/machdep.h +++ b/include/asm-powerpc/machdep.h | |||
| @@ -80,7 +80,8 @@ struct machdep_calls { | |||
| 80 | long index, | 80 | long index, |
| 81 | long npages, | 81 | long npages, |
| 82 | unsigned long uaddr, | 82 | unsigned long uaddr, |
| 83 | enum dma_data_direction direction); | 83 | enum dma_data_direction direction, |
| 84 | struct dma_attrs *attrs); | ||
| 84 | void (*tce_free)(struct iommu_table *tbl, | 85 | void (*tce_free)(struct iommu_table *tbl, |
| 85 | long index, | 86 | long index, |
| 86 | long npages); | 87 | long npages); |
