Signed-off-by: kernel test robot <lkp(a)intel.com>
---
btf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/bpf/btf.c b/kernel/bpf/btf.c
index 70f5b88d44280b..e3b96f89d23dc3 100644
--- a/kernel/bpf/btf.c
+++ b/kernel/bpf/btf.c
@@ -5307,8 +5307,8 @@ int btf_prepare_func_args(struct bpf_verifier_env *env, int
subprog,
return 0;
}
-void btf_type_show(const struct btf *btf, u32 type_id, void *obj,
- struct btf_show *show)
+static void btf_type_show(const struct btf *btf, u32 type_id, void *obj,
+ struct btf_show *show)
{
const struct btf_type *t = btf_type_by_id(btf, type_id);
Show replies by date