diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 34925f089e07..696a22f034e8 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -2112,7 +2112,6 @@ static struct inet_protosw tcpv6_protosw = { | |||
2112 | .protocol = IPPROTO_TCP, | 2112 | .protocol = IPPROTO_TCP, |
2113 | .prot = &tcpv6_prot, | 2113 | .prot = &tcpv6_prot, |
2114 | .ops = &inet6_stream_ops, | 2114 | .ops = &inet6_stream_ops, |
2115 | .capability = -1, | ||
2116 | .no_check = 0, | 2115 | .no_check = 0, |
2117 | .flags = INET_PROTOSW_PERMANENT | | 2116 | .flags = INET_PROTOSW_PERMANENT | |
2118 | INET_PROTOSW_ICSK, | 2117 | INET_PROTOSW_ICSK, |