diff options
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index 189eac80f4ef..78cef00c9596 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -4282,7 +4282,6 @@ static void __net_exit if6_proc_net_exit(struct net *net) | |||
4282 | static struct pernet_operations if6_proc_net_ops = { | 4282 | static struct pernet_operations if6_proc_net_ops = { |
4283 | .init = if6_proc_net_init, | 4283 | .init = if6_proc_net_init, |
4284 | .exit = if6_proc_net_exit, | 4284 | .exit = if6_proc_net_exit, |
4285 | .async = true, | ||
4286 | }; | 4285 | }; |
4287 | 4286 | ||
4288 | int __init if6_proc_init(void) | 4287 | int __init if6_proc_init(void) |
@@ -6592,7 +6591,6 @@ static void __net_exit addrconf_exit_net(struct net *net) | |||
6592 | static struct pernet_operations addrconf_ops = { | 6591 | static struct pernet_operations addrconf_ops = { |
6593 | .init = addrconf_init_net, | 6592 | .init = addrconf_init_net, |
6594 | .exit = addrconf_exit_net, | 6593 | .exit = addrconf_exit_net, |
6595 | .async = true, | ||
6596 | }; | 6594 | }; |
6597 | 6595 | ||
6598 | static struct rtnl_af_ops inet6_ops __read_mostly = { | 6596 | static struct rtnl_af_ops inet6_ops __read_mostly = { |