Re: [PATCH v3 20/21] iommu: Remove iommu_present()

2024-06-19 Thread Jason Gunthorpe
On Mon, Jun 10, 2024 at 04:55:54PM +0800, Lu Baolu wrote: > The iommu_present() interface is no longer used in the tree anymore. > Remove it to avoid dead code. > > Signed-off-by: Lu Baolu > --- > include/linux/iommu.h | 6 -- > drivers/iommu/iommu.c | 25 - > 2 file

[PATCH v3 20/21] iommu: Remove iommu_present()

2024-06-10 Thread Lu Baolu
The iommu_present() interface is no longer used in the tree anymore. Remove it to avoid dead code. Signed-off-by: Lu Baolu --- include/linux/iommu.h | 6 -- drivers/iommu/iommu.c | 25 - 2 files changed, 31 deletions(-) diff --git a/include/linux/iommu.h b/include/l