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