[NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file
authorPatrick McHardy <kaber@trash.net>
Wed, 5 Dec 2007 09:22:24 +0000 (01:22 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:56:05 +0000 (14:56 -0800)
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/nf_conntrack_proto_icmp.c

index 0e2c448..4153e04 100644 (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,