]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac539399787ad5b1490a5e150527fed6b0234de5
treed69a87b53944fbb11abc3e34f7304e8a23f883b1
parent8170a831b5e4f8845fa49500acc5eed7c54b8849
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