diff options
author | Patrick McHardy <kaber@trash.net> | 2007-12-05 04:22:24 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 17:56:05 -0500 |
commit | 279c2c74b6a26fbd8c3dc100a59c3ac0ff7559fa (patch) | |
tree | 79d2e48763d587f4a4bd8857b7bf2b681a15d613 | |
parent | 1841a4c7ae106b7a3e2521db55f4d8bb8a0988d5 (diff) |
[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>
-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 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, | |||
128 | return 1; | 128 | return 1; |
129 | } | 129 | } |
130 | 130 | ||
131 | extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4; | ||
132 | /* Returns conntrack if it dealt with ICMP, and filled in skb fields */ | 131 | /* Returns conntrack if it dealt with ICMP, and filled in skb fields */ |
133 | static int | 132 | static int |
134 | icmp_error_message(struct sk_buff *skb, | 133 | icmp_error_message(struct sk_buff *skb, |