]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iommu/io-pgtable-arm: Remove unused macro iopte_prot
authorDaniel Mentz <danielmentz@google.com>
Tue, 8 Jul 2025 21:17:05 +0000 (21:17 +0000)
committerWill Deacon <will@kernel.org>
Mon, 14 Jul 2025 11:12:22 +0000 (12:12 +0100)
commitec7ca73144e9ca98ed278523b9bf30e1c775c0a9
treeff200411771ae725912ff870b970f19332bf38d9
parent86731a2a651e58953fc949573895f2fa6d456841
iommu/io-pgtable-arm: Remove unused macro iopte_prot

Commit 33729a5fc0ca ("iommu/io-pgtable-arm: Remove split on unmap
behavior") removed the last user of the macro iopte_prot. Remove the
macro definition of iopte_prot as well as three other related
definitions.

Fixes: 33729a5fc0ca ("iommu/io-pgtable-arm: Remove split on unmap behavior")
Signed-off-by: Daniel Mentz <danielmentz@google.com>
Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20250708211705.1567787-1-danielmentz@google.com
Signed-off-by: Will Deacon <will@kernel.org>
drivers/iommu/io-pgtable-arm.c