diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 39ee8e7fc4bd..ced5dcf37465 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1944,7 +1944,7 @@ struct proto tcpv6_prot = { | |||
1944 | .diag_destroy = tcp_abort, | 1944 | .diag_destroy = tcp_abort, |
1945 | }; | 1945 | }; |
1946 | 1946 | ||
1947 | static const struct inet6_protocol tcpv6_protocol = { | 1947 | static struct inet6_protocol tcpv6_protocol = { |
1948 | .early_demux = tcp_v6_early_demux, | 1948 | .early_demux = tcp_v6_early_demux, |
1949 | .early_demux_handler = tcp_v6_early_demux, | 1949 | .early_demux_handler = tcp_v6_early_demux, |
1950 | .handler = tcp_v6_rcv, | 1950 | .handler = tcp_v6_rcv, |