]> git.baikalelectronics.ru Git - kernel.git/commit
vlan: vlan_hw_filter_capable() can be static
authorWei Yongjun <weiyongjun1@huawei.com>
Sat, 31 Mar 2018 06:11:41 +0000 (06:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 03:20:48 +0000 (23:20 -0400)
commit653867afb9a6cca543ce3e29b96f6bf76058ac63
tree445aa871e27f3dfe12e54783bc5225d8a14a736b
parent537d6ad0e9ab34059c753e11c7233cbde92134f9
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>
net/8021q/vlan_core.c