From: Patrick McHardy Date: Wed, 5 Dec 2007 09:22:24 +0000 (-0800) Subject: [NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=279c2c74b6a26fbd8c3dc100a59c3ac0ff7559fa;p=linux-beck.git [NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- diff --git a/net/ipv4/netfilter/nf_conntrack_proto_icmp.c b/net/ipv4/netfilter/nf_conntrack_proto_icmp.c index 0e2c448ea389..4153e0494983 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,