From: Yue Haibing Date: Mon, 7 Aug 2023 14:29:26 +0000 (+0800) Subject: tipc: Remove unused declaration tipc_link_build_bc_sync_msg() X-Git-Tag: v6.6.17~4098^2~177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca76b386d46fdcdf2d8829f008744e57f819a581;p=platform%2Fkernel%2Flinux-rpi.git 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 Reviewed-by: Simon Horman Link: https://lore.kernel.org/r/20230807142926.45752-1-yuehaibing@huawei.com Signed-off-by: Jakub Kicinski --- diff --git a/net/tipc/link.h b/net/tipc/link.h index a16f401..d80f564 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h @@ -148,8 +148,6 @@ int tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked, u16 gap, struct tipc_gap_ack_blks *ga, struct sk_buff_head *xmitq, struct sk_buff_head *retrq); -void tipc_link_build_bc_sync_msg(struct tipc_link *l, - struct sk_buff_head *xmitq); void tipc_link_bc_init_rcv(struct tipc_link *l, struct tipc_msg *hdr); int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr, struct sk_buff_head *xmitq);