summaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv6.c
diff options
context:
space:
mode:
authorAlexey Dobriyan2009-09-14 14:23:23 +0200
committerDavid S. Miller2009-09-15 02:03:09 +0200
commit5708e868dc512f055f0ea4a14d01f8252c3ca8a1 (patch)
tree723b49669dd9f96c6cec9ce16458774ed8906286 /net/dccp/ipv6.c
parentnet: constify struct inet6_protocol (diff)
downloadkernel-qcow2-linux-5708e868dc512f055f0ea4a14d01f8252c3ca8a1.tar.gz
kernel-qcow2-linux-5708e868dc512f055f0ea4a14d01f8252c3ca8a1.tar.xz
kernel-qcow2-linux-5708e868dc512f055f0ea4a14d01f8252c3ca8a1.zip
net: constify remaining proto_ops
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ipv6.c')
-rw-r--r--net/dccp/ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv6.c b/net/dccp/ipv6.c
index 364bfc76c29e..e48ca5d45658 100644
--- a/net/dccp/ipv6.c
+++ b/net/dccp/ipv6.c
@@ -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,