aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipmr.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ipmr.c')
-rw-r--r--net/ipv4/ipmr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c
index e79211a8537c..2fb4de3f7f66 100644
--- a/net/ipv4/ipmr.c
+++ b/net/ipv4/ipmr.c
@@ -3009,7 +3009,6 @@ static void __net_exit ipmr_net_exit(struct net *net)
3009static struct pernet_operations ipmr_net_ops = { 3009static struct pernet_operations ipmr_net_ops = {
3010 .init = ipmr_net_init, 3010 .init = ipmr_net_init,
3011 .exit = ipmr_net_exit, 3011 .exit = ipmr_net_exit,
3012 .async = true,
3013}; 3012};
3014 3013
3015int __init ip_mr_init(void) 3014int __init ip_mr_init(void)