commit | 263173af5b4635c07dd862255e5b767cd429c640 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Mon Apr 21 02:31:23 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 21 02:31:23 2008 -0700 |
tree | 8c5ad0b5d315d02c99c0b7b096f6443e530612ae | |
parent | 280a34c87fe07cb15df19bd798b23740223350fb [diff] |
[IPV4]: Make icmp_sk_init() static. This patch makes the needlessly global icmp_sk_init() static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c index f064031..fee171e 100644 --- a/net/ipv4/icmp.c +++ b/net/ipv4/icmp.c
@@ -1144,7 +1144,7 @@ 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;