diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index a0a36c9e6cce..d01c00de1ad0 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -880,7 +880,7 @@ discard_and_relse: | |||
880 | goto discard_it; | 880 | goto discard_it; |
881 | } | 881 | } |
882 | 882 | ||
883 | static struct inet_connection_sock_af_ops dccp_ipv4_af_ops = { | 883 | static const struct inet_connection_sock_af_ops dccp_ipv4_af_ops = { |
884 | .queue_xmit = ip_queue_xmit, | 884 | .queue_xmit = ip_queue_xmit, |
885 | .send_check = dccp_v4_send_check, | 885 | .send_check = dccp_v4_send_check, |
886 | .rebuild_header = inet_sk_rebuild_header, | 886 | .rebuild_header = inet_sk_rebuild_header, |