diff options
Diffstat (limited to 'net/ipv4/ping.c')
-rw-r--r-- | net/ipv4/ping.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ping.c b/net/ipv4/ping.c index 1f24bc8273a0..05e47d777009 100644 --- a/net/ipv4/ping.c +++ b/net/ipv4/ping.c | |||
@@ -1204,7 +1204,6 @@ static void __net_exit ping_v4_proc_exit_net(struct net *net) | |||
1204 | static struct pernet_operations ping_v4_net_ops = { | 1204 | static struct pernet_operations ping_v4_net_ops = { |
1205 | .init = ping_v4_proc_init_net, | 1205 | .init = ping_v4_proc_init_net, |
1206 | .exit = ping_v4_proc_exit_net, | 1206 | .exit = ping_v4_proc_exit_net, |
1207 | .async = true, | ||
1208 | }; | 1207 | }; |
1209 | 1208 | ||
1210 | int __init ping_proc_init(void) | 1209 | int __init ping_proc_init(void) |