On Mon, Nov 04, 2024 at 05:20:33AM -0800, Yi Liu wrote: > The iommu drivers that supports PASID have supported attaching pasid to the > blocked_domain, hence remove the remove_dev_pasid op from the iommu_ops. > > Signed-off-by: Yi Liu <yi.l.liu@xxxxxxxxx> > --- > drivers/iommu/iommu.c | 17 ++++------------- > include/linux/iommu.h | 5 ----- > 2 files changed, 4 insertions(+), 18 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason