]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
iommu/arm-smmu: Remove arm_smmu_flush_pgtable()
authorRobin Murphy <Robin.Murphy@arm.com>
Wed, 29 Jul 2015 18:46:10 +0000 (19:46 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 6 Aug 2015 13:35:40 +0000 (14:35 +0100)
commit4103d662cbd0c045d7a44a18c82172220478b20c
tree5069de3c752421918389b6a3b48208abbdd4ede0
parent87a91b15d691d6f4aa0a5baffb5767bbc6e4a8c4
iommu/arm-smmu: Remove arm_smmu_flush_pgtable()

With the io-pgtable code now enforcing its own appropriate sync points,
the vestigial flush_pgtable callback becomes entirely redundant, so
remove it altogether.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/iommu/arm-smmu.c