iommu/fsl: Make iova dma_addr_t in the iommu_iova_to_phys API.
[linux-2.6-block.git] / drivers / iommu / msm_iommu.c
index 6a8870a31668e925e3071b4882a417cb1c231d80..8ab4f41090af70273678e978027c261e4ef46065 100644 (file)
@@ -554,7 +554,7 @@ fail:
 }
 
 static phys_addr_t msm_iommu_iova_to_phys(struct iommu_domain *domain,
-                                         unsigned long va)
+                                         dma_addr_t va)
 {
        struct msm_priv *priv;
        struct msm_iommu_drvdata *iommu_drvdata;