bpf: Cleanup unused function declaration
authorRuiqi Gong <gongruiqi@huaweicloud.com>
Tue, 6 Jun 2023 02:10:47 +0000 (10:10 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 6 Jun 2023 15:05:21 +0000 (17:05 +0200)
commitaa6182707a53c5e4df7b3da7ba4faa7e29dc71a0
tree24db6b21b6e10ccdc6e5cb7071eafb615864255f
parent3d272c2fa8045f31879a3beee230c1711367b697
bpf: Cleanup unused function declaration

All usage and the definition of `bpf_prog_free_linfo()` has been removed
in commit e16301fbe183 ("bpf: Simplify freeing logic in linfo and
jited_linfo"). Clean up its declaration in the header file.

Signed-off-by: Ruiqi Gong <gongruiqi@huaweicloud.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/all/20230602030842.279262-1-gongruiqi@huaweicloud.com/
Link: https://lore.kernel.org/bpf/20230606021047.170667-1-gongruiqi@huaweicloud.com
include/linux/filter.h