diff options
Diffstat (limited to 'net/ipv6/ping.c')
-rw-r--r-- | net/ipv6/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ping.c b/net/ipv6/ping.c index 87d2d8c1db7c..98ac32b49d8c 100644 --- a/net/ipv6/ping.c +++ b/net/ipv6/ping.c | |||
@@ -223,7 +223,7 @@ static int __net_init ping_v6_proc_init_net(struct net *net) | |||
223 | return 0; | 223 | return 0; |
224 | } | 224 | } |
225 | 225 | ||
226 | static void __net_init ping_v6_proc_exit_net(struct net *net) | 226 | static void __net_exit ping_v6_proc_exit_net(struct net *net) |
227 | { | 227 | { |
228 | remove_proc_entry("icmp6", net->proc_net); | 228 | remove_proc_entry("icmp6", net->proc_net); |
229 | } | 229 | } |