commit | eeb0a2a526d816253705977033e98fdfbab32387 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <weiyongjun1@huawei.com> | Sat Mar 31 06:11:41 2018 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 31 23:20:48 2018 -0400 |
tree | 445aa871e27f3dfe12e54783bc5225d8a14a736b | |
parent | 8bde261e535257e81087d39ff808414e2f5aa39d [diff] |
vlan: vlan_hw_filter_capable() can be static Fixes the following sparse warning: net/8021q/vlan_core.c:168:6: warning: symbol 'vlan_hw_filter_capable' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>