libbpf: Mark libbpf_kallsyms_parse static function
authorYonghong Song <yonghong.song@linux.dev>
Tue, 26 Mar 2024 04:14:53 +0000 (21:14 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 29 Mar 2024 01:31:41 +0000 (18:31 -0700)
commitad2b05286e94485070475e473963724fa657491c
tree68d8f28e5f7d7dbf306cc20d2961125248372bbe
parentcdfd9cc3ba147ceea650afa6b7031e31a98d500e
libbpf: Mark libbpf_kallsyms_parse static function

Currently libbpf_kallsyms_parse() function is declared as a global
function but actually it is not a API and there is no external
users in bpftool/bpf-selftests. So let us mark the function as
static.

Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20240326041453.1197949-1-yonghong.song@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/libbpf.c
tools/lib/bpf/libbpf_internal.h