diff options
author | Patrick McHardy <kaber@trash.net> | 2007-12-05 01:22:24 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 14:56:05 -0800 |
commit | 279c2c74b6a26fbd8c3dc100a59c3ac0ff7559fa (patch) | |
tree | 79d2e48763d587f4a4bd8857b7bf2b681a15d613 /net | |
parent | 1841a4c7ae106b7a3e2521db55f4d8bb8a0988d5 (diff) | |
download | linux-3.10-279c2c74b6a26fbd8c3dc100a59c3ac0ff7559fa.tar.gz linux-3.10-279c2c74b6a26fbd8c3dc100a59c3ac0ff7559fa.tar.bz2 linux-3.10-279c2c74b6a26fbd8c3dc100a59c3ac0ff7559fa.zip |
[NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/netfilter/nf_conntrack_proto_icmp.c b/net/ipv4/netfilter/nf_conntrack_proto_icmp.c index 0e2c448ea38..4153e049498 100644 --- a/net/ipv4/netfilter/nf_conntrack_proto_icmp.c +++ b/net/ipv4/netfilter/nf_conntrack_proto_icmp.c @@ -128,7 +128,6 @@ static int icmp_new(struct nf_conn *conntrack, return 1; } -extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4; /* Returns conntrack if it dealt with ICMP, and filled in skb fields */ static int icmp_error_message(struct sk_buff *skb, |