Merge branch 'bpf: Small nf_conn cleanups'
authorMartin KaFai Lau <martin.lau@kernel.org>
Tue, 20 Sep 2022 21:30:35 +0000 (14:30 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 20 Sep 2022 21:41:38 +0000 (14:41 -0700)
Daniel Xu says:

====================

This patchset cleans up a few small things:

* Delete unused stub
* Rename variable to be more descriptive
* Fix some `extern` declaration warnings

Past discussion:
- v2: https://lore.kernel.org/bpf/cover.1663616584.git.dxu@dxuuu.xyz/

Changes since v2:
- Remove unused #include's
- Move #include <linux/filter.h> to .c
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>

Trivial merge