]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: make three functions static
authorChen Wandun <chenwandun@huawei.com>
Mon, 10 Feb 2020 08:11:09 +0000 (16:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Feb 2020 09:23:00 +0000 (10:23 +0100)
commitc6190bc2676ea30dcadc9921fd6a55ce7d58c741
tree560fabbb218d5f8a2659b0a51a8aa30372610b26
parent1c7ea10d38d27c466c397299dd48eeed70bfdaac
tipc: make three functions static

Fix the following sparse warning:

net/tipc/node.c:281:6: warning: symbol 'tipc_node_free' was not declared. Should it be static?
net/tipc/node.c:2801:5: warning: symbol '__tipc_nl_node_set_key' was not declared. Should it be static?
net/tipc/node.c:2878:5: warning: symbol '__tipc_nl_node_flush_key' was not declared. Should it be static?

Fixes: 4411f05d4f8c ("tipc: introduce TIPC encryption & authentication")
Fixes: 8f23ce1cbbee ("tipc: add support for AEAD key setting via netlink")
Signed-off-by: Chen Wandun <chenwandun@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/node.c