]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iommu/arm-smmu-v3: Remove domain_alloc_paging()
authorJason Gunthorpe <jgg@nvidia.com>
Thu, 5 Dec 2024 15:43:29 +0000 (11:43 -0400)
committerWill Deacon <will@kernel.org>
Mon, 9 Dec 2024 23:09:03 +0000 (23:09 +0000)
commitcdfb9840fcc60b6e493aec077b1eecaa3268640b
tree06bd4ed2b50fc100057ab9b456733bf27707e7c8
parentbb857c5c015033026d82d404061b26bbb37c821d
iommu/arm-smmu-v3: Remove domain_alloc_paging()

arm_smmu_domain_alloc_paging_flags() with a flags = 0 now does the same
thing as arm_smmu_domain_alloc_paging(), remove
arm_smmu_domain_alloc_paging().

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/3-v1-0bb8d5313a27+27b-smmuv3_paging_flags_jgg@nvidia.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c