dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
Patrick McHardy 2007-12-05 01:22:24 -08:00 committed by David S. Miller
parent 1841a4c7ae
commit 279c2c74b6
1 changed files with 0 additions and 1 deletions

View File

@ -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,