]> 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)
commiteb8d312292edbe7ca418d73d52f2c94bbfdfd61d
tree560fabbb218d5f8a2659b0a51a8aa30372610b26
parent91d1daef4b3b9da40df2a91a73959a66d363c5e8
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: 09a2b8a4df52 ("tipc: introduce TIPC encryption & authentication")
Fixes: 117a81d94c0d ("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