]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
tipc: Remove unused declaration tipc_link_build_bc_sync_msg()
authorYue Haibing <yuehaibing@huawei.com>
Mon, 7 Aug 2023 14:29:26 +0000 (22:29 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 9 Aug 2023 20:03:14 +0000 (13:03 -0700)
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>
net/tipc/link.h

index a16f401fdabda346e71ff4ef964c98287ba1d7b0..d80f5649b3953aa2dfc99035807181b78babe7d0 100644 (file)
@@ -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);