summaryrefslogtreecommitdiffstats
path: root/net/ipv4/icmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/icmp.c')
-rw-r--r--net/ipv4/icmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
index cc56efa64d5c..1617604c9284 100644
--- a/net/ipv4/icmp.c
+++ b/net/ipv4/icmp.c
@@ -1257,7 +1257,6 @@ fail:
1257static struct pernet_operations __net_initdata icmp_sk_ops = { 1257static struct pernet_operations __net_initdata icmp_sk_ops = {
1258 .init = icmp_sk_init, 1258 .init = icmp_sk_init,
1259 .exit = icmp_sk_exit, 1259 .exit = icmp_sk_exit,
1260 .async = true,
1261}; 1260};
1262 1261
1263int __init icmp_init(void) 1262int __init icmp_init(void)