On Mon, Jun 10, 2024 at 04:55:51PM +0800, Lu Baolu wrote: > Since arm_iommu_create_mapping() now accepts the device, let's replace > iommu_domain_alloc() with iommu_paging_domain_alloc() to retire the former. > > Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx> > --- > arch/arm/mm/dma-mapping.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason