aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorYue Haibing <[email protected]>2023-08-07 14:29:26 +0000
committerJakub Kicinski <[email protected]>2023-08-09 20:03:14 +0000
commitca76b386d46fdcdf2d8829f008744e57f819a581 (patch)
treecb1617eaabd59668a2047063e4632f86a07a8f95 /net/tipc
parentnet: dsa: mt7530: improve and relax PHY driver dependency (diff)
downloadkernel-ca76b386d46fdcdf2d8829f008744e57f819a581.tar.gz
kernel-ca76b386d46fdcdf2d8829f008744e57f819a581.zip
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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/link.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h
index a16f401fdabd..d80f5649b395 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);