提交 d535e431 编写于 作者: T Tobias Klauser 提交者: Ingo Molnar

x86: Make memtype_seq_ops const

Signed-off-by: NTobias Klauser <tklauser@distanz.ch>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 10f02d11
......@@ -826,7 +826,7 @@ static int memtype_seq_show(struct seq_file *seq, void *v)
return 0;
}
static struct seq_operations memtype_seq_ops = {
static const struct seq_operations memtype_seq_ops = {
.start = memtype_seq_start,
.next = memtype_seq_next,
.stop = memtype_seq_stop,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部