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

2024-06-19 Thread Jason Gunthorpe
On Mon, Jun 10, 2024 at 04:55:55PM +0800, Lu Baolu wrote: > The iommu_domain_alloc() interface is no longer used in the tree anymore. > Remove it to avoid dead code. > > There is increasing demand for supporting multiple IOMMU drivers, and this > is the last bus-based thing standing in the way of

[PATCH v3 21/21] iommu: Remove iommu_domain_alloc()

2024-06-10 Thread Lu Baolu
The iommu_domain_alloc() interface is no longer used in the tree anymore. Remove it to avoid dead code. There is increasing demand for supporting multiple IOMMU drivers, and this is the last bus-based thing standing in the way of that. Signed-off-by: Lu Baolu --- include/linux/iommu.h | 6