kernel: backports: add Huawei MA5671A tx-fault workaround
[openwrt/openwrt.git] / target / linux / generic / backport-5.10 / 610-v5.13-03-netfilter-conntrack-Remove-unused-variable-declarati.patch
1 From: YueHaibing <yuehaibing@huawei.com>
2 Date: Tue, 23 Mar 2021 00:56:21 +0100
3 Subject: [PATCH] netfilter: conntrack: Remove unused variable
4 declaration
5
6 commit e97c3e278e95 ("tproxy: split off ipv6 defragmentation to a separate
7 module") left behind this.
8
9 Signed-off-by: YueHaibing <yuehaibing@huawei.com>
10 Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
11 ---
12
13 --- a/include/net/netfilter/ipv6/nf_conntrack_ipv6.h
14 +++ b/include/net/netfilter/ipv6/nf_conntrack_ipv6.h
15 @@ -4,7 +4,4 @@
16
17 extern const struct nf_conntrack_l4proto nf_conntrack_l4proto_icmpv6;
18
19 -#include <linux/sysctl.h>
20 -extern struct ctl_table nf_ct_ipv6_sysctl_table[];
21 -
22 #endif /* _NF_CONNTRACK_IPV6_H*/