Commit 263173af authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[IPV4]: Make icmp_sk_init() static.

This patch makes the needlessly global icmp_sk_init() static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 280a34c8
......@@ -1144,7 +1144,7 @@ static void __net_exit icmp_sk_exit(struct net *net)
net->ipv4.icmp_sk = NULL;
}
int __net_init icmp_sk_init(struct net *net)
static int __net_init icmp_sk_init(struct net *net)
{
int i, err;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment