Skip to content

Commit

Permalink
[IPV4]: Make icmp_sk_init() static.
Browse files Browse the repository at this point in the history
This patch makes the needlessly global icmp_sk_init() static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
AdrianBunk authored and davem330 committed Apr 21, 2008
1 parent 280a34c commit 263173a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/icmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 263173a

Please sign in to comment.