diff options
Diffstat (limited to 'net/ipv4/arp.c')
-rw-r--r-- | net/ipv4/arp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index 4c6ba0fb2630..be4c595edccb 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c | |||
@@ -1447,7 +1447,6 @@ static void __net_exit arp_net_exit(struct net *net) | |||
1447 | static struct pernet_operations arp_net_ops = { | 1447 | static struct pernet_operations arp_net_ops = { |
1448 | .init = arp_net_init, | 1448 | .init = arp_net_init, |
1449 | .exit = arp_net_exit, | 1449 | .exit = arp_net_exit, |
1450 | .async = true, | ||
1451 | }; | 1450 | }; |
1452 | 1451 | ||
1453 | static int __init arp_proc_init(void) | 1452 | static int __init arp_proc_init(void) |