Signed-off-by: kernel test robot <lkp(a)intel.com>
---
filter.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/core/filter.c b/net/core/filter.c
index 9f6ad7209b448..85b741884443b 100644
--- a/net/core/filter.c
+++ b/net/core/filter.c
@@ -3806,7 +3806,7 @@ BPF_CALL_1(bpf_get_skb_hash, struct xdp_buff *, xdp)
return ret;
}
-const struct bpf_func_proto bpf_get_skb_hash_proto = {
+static const struct bpf_func_proto bpf_get_skb_hash_proto = {
.func = bpf_get_skb_hash,
.gpl_only = false,
.ret_type = RET_INTEGER,
Show replies by thread