aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sctp/protocol.c')
-rw-r--r--net/sctp/protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
index f775d78aa59d..d1b0747a5b9d 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -829,7 +829,7 @@ static struct notifier_block sctp_inetaddr_notifier = {
829}; 829};
830 830
831/* Socket operations. */ 831/* Socket operations. */
832static struct proto_ops inet_seqpacket_ops = { 832static const struct proto_ops inet_seqpacket_ops = {
833 .family = PF_INET, 833 .family = PF_INET,
834 .owner = THIS_MODULE, 834 .owner = THIS_MODULE,
835 .release = inet_release, /* Needs to be wrapped... */ 835 .release = inet_release, /* Needs to be wrapped... */