summaryrefslogtreecommitdiffstats
path: root/arch/riscv/net
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-04-29 15:21:58 +0200
committerDaniel Borkmann <daniel@iogearbox.net>2020-04-30 00:21:22 +0200
commit449e14bfdb83bf772200840a7ac4dcc1d7cacf54 (patch)
tree7732e14fc869413c8315acf9eef20e3929f96b57 /arch/riscv/net
parentselftests/bpf: Use SOCKMAP for server sockets in bpf_sk_assign test (diff)
downloadlinux-449e14bfdb83bf772200840a7ac4dcc1d7cacf54.tar.xz
linux-449e14bfdb83bf772200840a7ac4dcc1d7cacf54.zip
bpf: Fix unused variable warning
Hiding the only using of bpf_link_type_strs[] in an #ifdef causes an unused-variable warning: kernel/bpf/syscall.c:2280:20: error: 'bpf_link_type_strs' defined but not used [-Werror=unused-variable] 2280 | static const char *bpf_link_type_strs[] = { Move the definition into the same #ifdef. Fixes: f2e10bff16a0 ("bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20200429132217.1294289-1-arnd@arndb.de
Diffstat (limited to 'arch/riscv/net')
0 files changed, 0 insertions, 0 deletions