diff options
Diffstat (limited to 'arch/ia64/hp/common/hwsw_iommu.c')
-rw-r--r-- | arch/ia64/hp/common/hwsw_iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/hp/common/hwsw_iommu.c b/arch/ia64/hp/common/hwsw_iommu.c index 317c334c5a1..a5a5637507b 100644 --- a/arch/ia64/hp/common/hwsw_iommu.c +++ b/arch/ia64/hp/common/hwsw_iommu.c | |||
@@ -80,7 +80,7 @@ hwsw_init (void) | |||
80 | } | 80 | } |
81 | 81 | ||
82 | void * | 82 | void * |
83 | hwsw_alloc_coherent (struct device *dev, size_t size, dma_addr_t *dma_handle, int flags) | 83 | hwsw_alloc_coherent (struct device *dev, size_t size, dma_addr_t *dma_handle, gfp_t flags) |
84 | { | 84 | { |
85 | if (use_swiotlb(dev)) | 85 | if (use_swiotlb(dev)) |
86 | return swiotlb_alloc_coherent(dev, size, dma_handle, flags); | 86 | return swiotlb_alloc_coherent(dev, size, dma_handle, flags); |