net: constify remaining proto_ops

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
Alexey Dobriyan
2009-09-14 12:23:23 +00:00
提交者 David S. Miller
父节点 41135cc836
当前提交 5708e868dc
修改 5 个文件,包含 8 行新增8 行删除

查看文件

@@ -1158,7 +1158,7 @@ static const struct inet6_protocol dccp_v6_protocol = {
.flags = INET6_PROTO_NOPOLICY | INET6_PROTO_FINAL,
};
static struct proto_ops inet6_dccp_ops = {
static const struct proto_ops inet6_dccp_ops = {
.family = PF_INET6,
.owner = THIS_MODULE,
.release = inet6_release,