diff options
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r-- | net/ipv4/ipip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 9c5a4d164f09..c891235b4966 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c | |||
@@ -669,7 +669,6 @@ static struct pernet_operations ipip_net_ops = { | |||
669 | .exit_batch = ipip_exit_batch_net, | 669 | .exit_batch = ipip_exit_batch_net, |
670 | .id = &ipip_net_id, | 670 | .id = &ipip_net_id, |
671 | .size = sizeof(struct ip_tunnel_net), | 671 | .size = sizeof(struct ip_tunnel_net), |
672 | .async = true, | ||
673 | }; | 672 | }; |
674 | 673 | ||
675 | static int __init ipip_init(void) | 674 | static int __init ipip_init(void) |