diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index 40a4c6899051..e4e629ed9bf7 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -680,7 +680,7 @@ void dccp_shutdown(struct sock *sk, int how) | |||
680 | 680 | ||
681 | EXPORT_SYMBOL_GPL(dccp_shutdown); | 681 | EXPORT_SYMBOL_GPL(dccp_shutdown); |
682 | 682 | ||
683 | static struct proto_ops inet_dccp_ops = { | 683 | static const struct proto_ops inet_dccp_ops = { |
684 | .family = PF_INET, | 684 | .family = PF_INET, |
685 | .owner = THIS_MODULE, | 685 | .owner = THIS_MODULE, |
686 | .release = inet_release, | 686 | .release = inet_release, |