iommu: Add iommu_map_sg() function
[deliverable/linux.git] / drivers / iommu / tegra-smmu.c
index 3afdf43f732ac0df57e0893d37a71f1c2ca6d201..73e845a66925d20f37c8a93be623f01df1242a98 100644 (file)
@@ -955,6 +955,7 @@ static const struct iommu_ops smmu_iommu_ops = {
        .detach_dev     = smmu_iommu_detach_dev,
        .map            = smmu_iommu_map,
        .unmap          = smmu_iommu_unmap,
+       .map_sg         = default_iommu_map_sg,
        .iova_to_phys   = smmu_iommu_iova_to_phys,
        .pgsize_bitmap  = SMMU_IOMMU_PGSIZES,
 };
This page took 0.030215 seconds and 5 git commands to generate.