linux_dsm_epyc7002/net/tipc
YueHaibing e064cce130 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>
2018-07-21 16:23:22 -07:00
..
addr.c
addr.h
bcast.c
bcast.h
bearer.c
bearer.h
core.c
core.h
diag.c
discover.c tipc: fix correct setting of message type in second discoverer 2018-07-07 19:49:01 +09:00
discover.h
eth_media.c
group.c tipc: make some functions static 2018-07-21 16:23:22 -07:00
group.h
ib_media.c
Kconfig
link.c tipc: make some functions static 2018-07-21 16:23:22 -07:00
link.h tipc: check session number before accepting link protocol messages 2018-07-11 23:06:14 -07:00
Makefile
monitor.c tipc: make some functions static 2018-07-21 16:23:22 -07:00
monitor.h
msg.c
msg.h
name_distr.c
name_distr.h
name_table.c
name_table.h
net.c tipc: make function tipc_net_finalize() thread safe 2018-07-07 19:49:02 +09:00
net.h
netlink_compat.c
netlink.c
netlink.h
node.c Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux 2018-07-20 21:17:12 -07:00
node.h tipc: add sequence number check for link STATE messages 2018-07-11 23:06:14 -07:00
socket.c
socket.h
subscr.c
subscr.h
sysctl.c
topsrv.c
topsrv.h
udp_media.c
udp_media.h