openvswitch: Make local function ovs_nsh_key_attr_size() static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 14 Nov 2017 06:27:03 +0000 (06:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 14 Nov 2017 13:02:08 +0000 (22:02 +0900)
commit06c2351fdebb38803f10ace19ed8daf9b9c91e12
tree4018a8575bd817c872937c9025aa096f75bd6681
parent8a860c2bcc84a8e4fbcabb928cd97e4c51b17d93
openvswitch: Make local function ovs_nsh_key_attr_size() static

Fixes the following sparse warnings:

net/openvswitch/flow_netlink.c:340:8: warning:
 symbol 'ovs_nsh_key_attr_size' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/flow_netlink.c