summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/ipmmu-vmsa.c
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2015-12-22 11:26:37 +0100
committerJoerg Roedel <jroedel@suse.de>2015-12-22 11:26:37 +0100
commit6d6c7e56a20f879f8d7b5ff34ea067bfc7ea1572 (patch)
tree7aacd0192a3fa7dd592961604f6cd5794d8fa651 /drivers/iommu/ipmmu-vmsa.c
parentLinux 4.4-rc6 (diff)
parentiommu/io-pgtable-arm: Ensure we free the final level on teardown (diff)
downloadlinux-6d6c7e56a20f879f8d7b5ff34ea067bfc7ea1572.tar.xz
linux-6d6c7e56a20f879f8d7b5ff34ea067bfc7ea1572.zip
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu
Diffstat (limited to 'drivers/iommu/ipmmu-vmsa.c')
-rw-r--r--drivers/iommu/ipmmu-vmsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 8cf605fa9946..5b1166d407c4 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -277,8 +277,8 @@ static void ipmmu_tlb_flush_all(void *cookie)
ipmmu_tlb_invalidate(domain);
}
-static void ipmmu_tlb_add_flush(unsigned long iova, size_t size, bool leaf,
- void *cookie)
+static void ipmmu_tlb_add_flush(unsigned long iova, size_t size,
+ size_t granule, bool leaf, void *cookie)
{
/* The hardware doesn't support selective TLB flush. */
}