diff options
-rw-r--r-- | drivers/iommu/ipmmu-vmsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c index 8cf605fa9946..dfb868e2d129 100644 --- a/drivers/iommu/ipmmu-vmsa.c +++ b/drivers/iommu/ipmmu-vmsa.c | |||
@@ -295,7 +295,7 @@ static struct iommu_gather_ops ipmmu_gather_ops = { | |||
295 | 295 | ||
296 | static int ipmmu_domain_init_context(struct ipmmu_vmsa_domain *domain) | 296 | static int ipmmu_domain_init_context(struct ipmmu_vmsa_domain *domain) |
297 | { | 297 | { |
298 | phys_addr_t ttbr; | 298 | u64 ttbr; |
299 | 299 | ||
300 | /* | 300 | /* |
301 | * Allocate the page table operations. | 301 | * Allocate the page table operations. |