|
@@ -749,7 +749,7 @@ static void dummy_tlb_sync(void *cookie)
|
|
|
WARN_ON(cookie != cfg_cookie);
|
|
|
}
|
|
|
|
|
|
-static struct iommu_gather_ops dummy_tlb_ops = {
|
|
|
+static const struct iommu_gather_ops dummy_tlb_ops = {
|
|
|
.tlb_flush_all = dummy_tlb_flush_all,
|
|
|
.tlb_add_flush = dummy_tlb_add_flush,
|
|
|
.tlb_sync = dummy_tlb_sync,
|