commit | 79471b10d67a52f5b3744d2e14c06437a65746f2 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Thu Jan 12 14:39:28 2017 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 12 10:04:40 2017 -0500 |
tree | 64d6310bb2f6621661640d3d17e5bf1e8b7bf9e8 | |
parent | 5df285f6a9221ef5584eff234ea2848370067923 [diff] |
lwt_bpf: bpf_lwt_prog_cmp() can be static Fixes the following sparse warning: net/core/lwt_bpf.c:355:5: warning: symbol 'bpf_lwt_prog_cmp' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: David S. Miller <davem@davemloft.net>