Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 279c2c74 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

[NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file

parent 1841a4c7
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -128,7 +128,6 @@ static int icmp_new(struct nf_conn *conntrack,
	return 1;
	return 1;
}
}


extern struct nf_conntrack_l3proto nf_conntrack_l3proto_ipv4;
/* Returns conntrack if it dealt with ICMP, and filled in skb fields */
/* Returns conntrack if it dealt with ICMP, and filled in skb fields */
static int
static int
icmp_error_message(struct sk_buff *skb,
icmp_error_message(struct sk_buff *skb,