diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/iommu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/iommu.h b/include/asm-powerpc/iommu.h index d096faf4191e..f80ec8daf122 100644 --- a/include/asm-powerpc/iommu.h +++ b/include/asm-powerpc/iommu.h | |||
@@ -88,7 +88,7 @@ extern void iommu_unmap_sg(struct iommu_table *tbl, struct scatterlist *sglist, | |||
88 | int nelems, enum dma_data_direction direction); | 88 | int nelems, enum dma_data_direction direction); |
89 | 89 | ||
90 | extern void *iommu_alloc_coherent(struct iommu_table *tbl, size_t size, | 90 | extern void *iommu_alloc_coherent(struct iommu_table *tbl, size_t size, |
91 | dma_addr_t *dma_handle, unsigned int __nocast flag); | 91 | dma_addr_t *dma_handle, gfp_t flag); |
92 | extern void iommu_free_coherent(struct iommu_table *tbl, size_t size, | 92 | extern void iommu_free_coherent(struct iommu_table *tbl, size_t size, |
93 | void *vaddr, dma_addr_t dma_handle); | 93 | void *vaddr, dma_addr_t dma_handle); |
94 | extern dma_addr_t iommu_map_single(struct iommu_table *tbl, void *vaddr, | 94 | extern dma_addr_t iommu_map_single(struct iommu_table *tbl, void *vaddr, |