OSDN Git Service

tipc: make some functions static
authorYueHaibing <yuehaibing@huawei.com>
Thu, 19 Jul 2018 09:16:59 +0000 (17:16 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Jul 2018 23:23:22 +0000 (16:23 -0700)
commite064cce130497023806e2ae6a4114f1fed28eacd
tree4c19573e406fce58e4af50ce012bda3b770df892
parentbaa2d2b17ee93e2a5b8accc2dd5328db17caf90e
tipc: make some functions static

Fixes the following sparse warnings:

net/tipc/link.c:376:5: warning: symbol 'link_bc_rcv_gap' was not declared. Should it be static?
net/tipc/link.c:823:6: warning: symbol 'link_prepare_wakeup' was not declared. Should it be static?
net/tipc/link.c:959:6: warning: symbol 'tipc_link_advance_backlog' was not declared. Should it be static?
net/tipc/link.c:1009:5: warning: symbol 'tipc_link_retrans' was not declared. Should it be static?
net/tipc/monitor.c:687:5: warning: symbol '__tipc_nl_add_monitor_peer' was not declared. Should it be static?
net/tipc/group.c:230:20: warning: symbol 'tipc_group_find_member' was not declared. Should it be static?

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/group.c
net/tipc/link.c
net/tipc/monitor.c