|
@@ -1358,7 +1358,7 @@ static void arm_smmu_tlb_inv_range_nosync(unsigned long iova, size_t size,
|
|
|
} while (size -= granule);
|
|
|
}
|
|
|
|
|
|
-static struct iommu_gather_ops arm_smmu_gather_ops = {
|
|
|
+static const struct iommu_gather_ops arm_smmu_gather_ops = {
|
|
|
.tlb_flush_all = arm_smmu_tlb_inv_context,
|
|
|
.tlb_add_flush = arm_smmu_tlb_inv_range_nosync,
|
|
|
.tlb_sync = arm_smmu_tlb_sync,
|