diff options
Diffstat (limited to 'net/ipv6/icmp.c')
-rw-r--r-- | net/ipv6/icmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c index 6f84668be6ea..d8c4b6374377 100644 --- a/net/ipv6/icmp.c +++ b/net/ipv6/icmp.c | |||
@@ -998,7 +998,6 @@ static void __net_exit icmpv6_sk_exit(struct net *net) | |||
998 | static struct pernet_operations icmpv6_sk_ops = { | 998 | static struct pernet_operations icmpv6_sk_ops = { |
999 | .init = icmpv6_sk_init, | 999 | .init = icmpv6_sk_init, |
1000 | .exit = icmpv6_sk_exit, | 1000 | .exit = icmpv6_sk_exit, |
1001 | .async = true, | ||
1002 | }; | 1001 | }; |
1003 | 1002 | ||
1004 | int __init icmpv6_init(void) | 1003 | int __init icmpv6_init(void) |