diff options
author | Will Deacon <will@kernel.org> | 2019-07-02 16:44:50 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2019-07-29 17:22:58 +0100 |
commit | e953f7f2fa78d1c7fd064171f88457c6b1e21af9 (patch) | |
tree | b35d7667967cc2988207ace4d920ff5bc55c97b6 /drivers/iommu/ipmmu-vmsa.c | |
parent | abfd6fe0cd535d31ee83b668be6eb59ce6a8469d (diff) | |
download | linux-e953f7f2fa78d1c7fd064171f88457c6b1e21af9.tar.bz2 |
iommu/io-pgtable: Remove unused ->tlb_sync() callback
The ->tlb_sync() callback is no longer used, so it can be removed.
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'drivers/iommu/ipmmu-vmsa.c')
-rw-r--r-- | drivers/iommu/ipmmu-vmsa.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c index c4da271af90e..a2b8eff4c1f7 100644 --- a/drivers/iommu/ipmmu-vmsa.c +++ b/drivers/iommu/ipmmu-vmsa.c @@ -371,7 +371,6 @@ static const struct iommu_flush_ops ipmmu_flush_ops = { .tlb_flush_all = ipmmu_tlb_flush_all, .tlb_flush_walk = ipmmu_tlb_flush, .tlb_flush_leaf = ipmmu_tlb_flush, - .tlb_sync = ipmmu_tlb_flush_all, }; /* ----------------------------------------------------------------------------- |