netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 17 May 2022 08:58:43 +0000 (18:58 +1000)
committerFlorian Westphal <fw@strlen.de>
Wed, 18 May 2022 07:21:59 +0000 (09:21 +0200)
commit58a94a62a53ff76085f8b3face7d9b929b6a34ee
tree77fcfcfe90f4d27400bf0fa8b2c8be673667994d
parentf74360d3440ccf3bb10178f2805498c835c3ed5d
netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"

After merging the net-next tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:

nf_conntrack_netlink.c:1717 warning: 'ctnetlink_dump_one_entry' defined but not used

Fixes: 8a75a2c17410 ("netfilter: conntrack: remove unconfirmed list")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Florian Westphal <fw@strlen.de>
net/netfilter/nf_conntrack_netlink.c