Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tipc: Remove unused declaration tipc_link_build_bc_sync_msg()

Commit 526669866140 ("tipc: let broadcast packet reception use new link receive function")
declared but never implemented this.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230807142926.45752-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Yue Haibing and committed by
Jakub Kicinski
ca76b386 b9b05381

-2
-2
net/tipc/link.h
··· 148 148 struct tipc_gap_ack_blks *ga, 149 149 struct sk_buff_head *xmitq, 150 150 struct sk_buff_head *retrq); 151 - void tipc_link_build_bc_sync_msg(struct tipc_link *l, 152 - struct sk_buff_head *xmitq); 153 151 void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr); 154 152 int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr, 155 153 struct sk_buff_head *xmitq);