aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/arraymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/bpf/arraymap.c')
-rw-r--r--kernel/bpf/arraymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/bpf/arraymap.c b/kernel/bpf/arraymap.c
index 24583da9ffd1..25632a75d630 100644
--- a/kernel/bpf/arraymap.c
+++ b/kernel/bpf/arraymap.c
@@ -382,6 +382,7 @@ static void percpu_array_map_seq_show_elem(struct bpf_map *map, void *key,
382} 382}
383 383
384static int array_map_check_btf(const struct bpf_map *map, 384static int array_map_check_btf(const struct bpf_map *map,
385 const struct btf *btf,
385 const struct btf_type *key_type, 386 const struct btf_type *key_type,
386 const struct btf_type *value_type) 387 const struct btf_type *value_type)
387{ 388{