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

From: Baolu Lu
Date: Tue Oct 08 2024 - 21:41:45 EST


On 2024/10/2 1:54, Jason Gunthorpe wrote:
On Mon, Sep 30, 2024 at 08:42:35AM +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.

Fixes: 45c690aea8ee ("drm/tegra: Use iommu_paging_domain_alloc()")
Signed-off-by: Lu Baolu<baolu.lu@xxxxxxxxxxxxxxx>
Reviewed-by: Jason Gunthorpe<jgg@xxxxxxxxxx>
---
include/linux/iommu.h | 6 ------
drivers/iommu/iommu.c | 25 -------------------------
2 files changed, 31 deletions(-)
Also think the fixes should be removed

Okay. I will send a v2 with the fixes tag removed.

Thanks,
baolu