提交 a1f6f5a7 编写于 作者: J Jan Engelhardt 提交者: David S. Miller

[AF_X25]: constify function pointer tables

Signed-off-by: NJan Engelhardt <jengelh@computergmbh.de>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 91cde6f7
......@@ -293,7 +293,7 @@ static const struct file_operations x25_seq_route_fops = {
.release = seq_release,
};
static struct file_operations x25_seq_forward_fops = {
static const struct file_operations x25_seq_forward_fops = {
.owner = THIS_MODULE,
.open = x25_seq_forward_open,
.read = seq_read,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册