Commit 9930264f authored by Baolin Wang's avatar Baolin Wang Committed by Joerg Roedel
Browse files

iommu: Mark __iommu_map_sg() as static

parent 1b0b2a84
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2330,7 +2330,7 @@ size_t iommu_unmap_fast(struct iommu_domain *domain,
}
EXPORT_SYMBOL_GPL(iommu_unmap_fast);

size_t __iommu_map_sg(struct iommu_domain *domain, unsigned long iova,
static size_t __iommu_map_sg(struct iommu_domain *domain, unsigned long iova,
			     struct scatterlist *sg, unsigned int nents, int prot,
			     gfp_t gfp)
{