iommu: Add gfp parameter to iommu_ops::map
[linux-2.6-block.git] / drivers / iommu / qcom_iommu.c
index c31e7bc4ccbec2f7083ba30541e2a2b70df7431a..6ad5f934f00ff260be454b3146673a4ff2d28f5e 100644 (file)
@@ -423,7 +423,7 @@ static void qcom_iommu_detach_dev(struct iommu_domain *domain, struct device *de
 }
 
 static int qcom_iommu_map(struct iommu_domain *domain, unsigned long iova,
-                         phys_addr_t paddr, size_t size, int prot)
+                         phys_addr_t paddr, size_t size, int prot, gfp_t gfp)
 {
        int ret;
        unsigned long flags;