commit | 77ab8d5d2950cd0e18ba943336c1172b46e9f53e | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat May 26 09:47:26 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue May 29 09:51:44 2018 -0400 |
tree | 321c4bbe602c0446d511f0f5e332d01d84024edc | |
parent | 566e51d750f64049dc7767695b4cb988cd263056 [diff] |
net: bpfilter: make function bpfilter_mbox_request() static Fixes the following sparse warnings: net/ipv4/bpfilter/sockopt.c:13:5: warning: symbol 'bpfilter_mbox_request' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>