diff options
Diffstat (limited to 'net/core/net-procfs.c')
-rw-r--r-- | net/core/net-procfs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/core/net-procfs.c b/net/core/net-procfs.c index dd6ae431d038..9737302907b1 100644 --- a/net/core/net-procfs.c +++ b/net/core/net-procfs.c | |||
@@ -349,7 +349,6 @@ static void __net_exit dev_proc_net_exit(struct net *net) | |||
349 | static struct pernet_operations __net_initdata dev_proc_ops = { | 349 | static struct pernet_operations __net_initdata dev_proc_ops = { |
350 | .init = dev_proc_net_init, | 350 | .init = dev_proc_net_init, |
351 | .exit = dev_proc_net_exit, | 351 | .exit = dev_proc_net_exit, |
352 | .async = true, | ||
353 | }; | 352 | }; |
354 | 353 | ||
355 | static int dev_mc_seq_show(struct seq_file *seq, void *v) | 354 | static int dev_mc_seq_show(struct seq_file *seq, void *v) |
@@ -406,7 +405,6 @@ static void __net_exit dev_mc_net_exit(struct net *net) | |||
406 | static struct pernet_operations __net_initdata dev_mc_net_ops = { | 405 | static struct pernet_operations __net_initdata dev_mc_net_ops = { |
407 | .init = dev_mc_net_init, | 406 | .init = dev_mc_net_init, |
408 | .exit = dev_mc_net_exit, | 407 | .exit = dev_mc_net_exit, |
409 | .async = true, | ||
410 | }; | 408 | }; |
411 | 409 | ||
412 | int __init dev_proc_init(void) | 410 | int __init dev_proc_init(void) |