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 6469b741cf5a..6d664d83cd16 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -2023,7 +2023,6 @@ static struct pernet_operations tcpv6_net_ops = { | |||
2023 | .init = tcpv6_net_init, | 2023 | .init = tcpv6_net_init, |
2024 | .exit = tcpv6_net_exit, | 2024 | .exit = tcpv6_net_exit, |
2025 | .exit_batch = tcpv6_net_exit_batch, | 2025 | .exit_batch = tcpv6_net_exit_batch, |
2026 | .async = true, | ||
2027 | }; | 2026 | }; |
2028 | 2027 | ||
2029 | int __init tcpv6_init(void) | 2028 | int __init tcpv6_init(void) |