Re: [PATCH v2 1/1] iommu: Remove iommu_present()

From: Joerg Roedel
Date: Tue Oct 15 2024 - 04:24:12 EST


On Wed, Oct 09, 2024 at 01:18:08PM +0800, Lu Baolu wrote:
> The last callsite of iommu_present() is removed by commit <45c690aea8ee>
> ("drm/tegra: Use iommu_paging_domain_alloc()"). Remove it to avoid dead
> code.
>
> Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
> Reviewed-by: Yi Liu <yi.l.liu@xxxxxxxxx>
> Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>
> ---
> include/linux/iommu.h | 6 ------
> drivers/iommu/iommu.c | 25 -------------------------
> 2 files changed, 31 deletions(-)

Applied, thanks.