提交 8da4af95 编写于 作者: B Bhumika Goyal 提交者: Joerg Roedel

iommu/ipmmu-vmsa: Make ipmmu_gather_ops const

Make these const as they are not modified anywhere.
Signed-off-by: NBhumika Goyal <bhumirks@gmail.com>
Signed-off-by: NJoerg Roedel <jroedel@suse.de>
上级 a175a67d
......@@ -295,7 +295,7 @@ static void ipmmu_tlb_add_flush(unsigned long iova, size_t size,
/* The hardware doesn't support selective TLB flush. */
}
static struct iommu_gather_ops ipmmu_gather_ops = {
static const struct iommu_gather_ops ipmmu_gather_ops = {
.tlb_flush_all = ipmmu_tlb_flush_all,
.tlb_add_flush = ipmmu_tlb_add_flush,
.tlb_sync = ipmmu_tlb_flush_all,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册