Re: [PATCH v2 1/2] iommu: Mark __iommu_map/__iommu_map_sg as static

2020-07-14 Thread Will Deacon
On Fri, Jun 12, 2020 at 11:39:54AM +0800, Baolin Wang wrote: > Now the __iommu_map() and __iommu_map_sg() are used only in iommu.c > file, so mark them as static. > > Signed-off-by: Baolin Wang > --- > drivers/iommu/iommu.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Acke

[PATCH v2 1/2] iommu: Mark __iommu_map/__iommu_map_sg as static

2020-06-11 Thread Baolin Wang
Now the __iommu_map() and __iommu_map_sg() are used only in iommu.c file, so mark them as static. Signed-off-by: Baolin Wang --- drivers/iommu/iommu.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index 8584f48..14eca