]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: eBPF: Make ebpf_to_mips_reg() static
authorYueHaibing <yuehaibing@huawei.com>
Wed, 10 Apr 2019 13:49:23 +0000 (21:49 +0800)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 26 Apr 2019 00:20:06 +0000 (17:20 -0700)
commitecfc3fcabbb5291d1e61600a3dac6cdbfdb04cb1
tree8f6c7eba241584180e76d4698205b4b50b0cce84
parentc5b493ce192bd7a4e7bd073b5685aad121eeef82
MIPS: eBPF: Make ebpf_to_mips_reg() static

Fix sparse warning:

arch/mips/net/ebpf_jit.c:196:5: warning:
 symbol 'ebpf_to_mips_reg' was not declared. Should it be static?

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/mips/net/ebpf_jit.c