diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-04-03 15:09:47 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-04-04 12:08:36 +0300 |
commit | 33491588c1fb2c76ed114a211ad0ee76c16b5a0c (patch) | |
tree | 24c992d27bcb56eec8b175cbdce7b5c4fa200c32 /drivers/fpga/fpga-bridge.c | |
parent | 0e94d87fcfc81883b72574a5cc4638bd87adbb10 (diff) | |
download | linux-33491588c1fb2c76ed114a211ad0ee76c16b5a0c.tar.xz |
kernel/bpf/syscall: fix warning defined but not used
There will be a build warning -Wunused-function if CONFIG_CGROUP_BPF
isn't defined, since the only user is inside #ifdef CONFIG_CGROUP_BPF:
kernel/bpf/syscall.c:1229:12: warning: ‘bpf_prog_attach_check_attach_type’
defined but not used [-Wunused-function]
static int bpf_prog_attach_check_attach_type(const struct bpf_prog *prog,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Current code moves function bpf_prog_attach_check_attach_type inside
ifdef CONFIG_CGROUP_BPF.
Fixes: 5e43f899b03a ("bpf: Check attach type at prog load time")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions