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)
commit2437fd7baf299c7b8a39fa3e727755e84ee7c4ea
tree560fabbb218d5f8a2659b0a51a8aa30372610b26
parentfdfa3a6778b194974df77b384cc71eb2e503639a
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: fc1b6d6de220 ("tipc: introduce TIPC encryption & authentication")
Fixes: e1f32190cf7d ("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