aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/fib_frontend.c')
-rw-r--r--net/ipv4/fib_frontend.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
index ac71c3d496c0..f05afaf3235c 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -1362,7 +1362,6 @@ static void __net_exit fib_net_exit(struct net *net)
1362static struct pernet_operations fib_net_ops = { 1362static struct pernet_operations fib_net_ops = {
1363 .init = fib_net_init, 1363 .init = fib_net_init,
1364 .exit = fib_net_exit, 1364 .exit = fib_net_exit,
1365 .async = true,
1366}; 1365};
1367 1366
1368void __init ip_fib_init(void) 1367void __init ip_fib_init(void)