diff options
author | Allan Stephens <allan.stephens@windriver.com> | 2011-10-24 16:03:12 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-12-27 11:33:54 -0500 |
commit | f905730c7ed97dc2dfcbf6af894acd6ce70a62e7 (patch) | |
tree | 15e9f4ebe56165668dfb61dc77bef84daefc807c /net/tipc/bcast.c | |
parent | 3655959143ebf1fd32e28a448d204be2f7f13e99 (diff) |
tipc: Allow use of buf_seqno() helper routine by unicast links
Migrates the buf_seqno() helper routine from broadcast link level to
unicast link level so that it can be used both types of TIPC links.
This is a cosmetic change only, and does not affect the operation of TIPC.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc/bcast.c')
-rw-r--r-- | net/tipc/bcast.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 15eb74458748..048b7a3e848e 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -115,11 +115,6 @@ static void tipc_nmap_diff(struct tipc_node_map *nm_a, struct tipc_node_map *nm_b, struct tipc_node_map *nm_diff); -static u32 buf_seqno(struct sk_buff *buf) -{ - return msg_seqno(buf_msg(buf)); -} - static u32 bcbuf_acks(struct sk_buff *buf) { return (u32)(unsigned long)TIPC_SKB_CB(buf)->handle; |