Skip to content

Commit b91910a

Browse files
John Garryjoergroedel
authored andcommitted
iommu: Stop exporting iommu_map_sg_atomic()
Function iommu_map_sg_atomic() is only referenced in dma-iommu.c, which can only be built-in, so stop exporting. Signed-off-by: John Garry <[email protected]> Acked-by: Will Deacon <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joerg Roedel <[email protected]>
1 parent 2cf7dbf commit b91910a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/iommu/iommu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2586,7 +2586,6 @@ size_t iommu_map_sg_atomic(struct iommu_domain *domain, unsigned long iova,
25862586
{
25872587
return __iommu_map_sg(domain, iova, sg, nents, prot, GFP_ATOMIC);
25882588
}
2589-
EXPORT_SYMBOL_GPL(iommu_map_sg_atomic);
25902589

25912590
int iommu_domain_window_enable(struct iommu_domain *domain, u32 wnd_nr,
25922591
phys_addr_t paddr, u64 size, int prot)

0 commit comments

Comments
 (0)