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

From: Will Deacon
Date: Tue Jul 14 2020 - 04:27:01 EST


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 <baolin.wang@xxxxxxxxxxxxxxxxx>
> ---
> drivers/iommu/iommu.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)

Acked-by: Will Deacon <will@xxxxxxxxxx>

(I'm assuming Joerg will pick this up for 5.9)

Thanks,

Will