tipc: tipc_node_create() can be static
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 26 Mar 2018 14:33:13 +0000 (14:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Mar 2018 14:50:22 +0000 (10:50 -0400)
commite1a22d13eb1f302afd692583777e27828d375a39
treed69a87b53944fbb11abc3e34f7304e8a23f883b1
parentc76f2481b60a62814f4cb1678e48efa3385895aa
tipc: tipc_node_create() can be static

Fixes the following sparse warning:

net/tipc/node.c:336:18: warning:
 symbol 'tipc_node_create' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/node.c