summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h
diff options
context:
space:
mode:
authorJon Paul Maloy <jon.maloy@ericsson.com>2014-07-16 20:41:02 -0400
committerDavid S. Miller <davem@davemloft.net>2014-07-17 00:38:19 -0400
commitc4116e10579c5bbbfc3cd2ad0324ee0d8691e531 (patch)
tree43f4306627b3f1c8e30e54ee2234603f7ddbcd28 /net/tipc/link.h
parent0abd8ff21f19adddc465538354e9baaca63df073 (diff)
tipc: remove unreferenced functions
We can now remove a number of functions which have become obsolete and unreferenced through this commit series. There are no functional changes in this commit. Signed-off-by: Jon Maloy <jon.maloy@ericsson.com> Reviewed-by: Erik Hugne <erik.hugne@ericsson.com> Reviewed-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r--net/tipc/link.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h
index 04a59c58d385..f0ebeb677a8b 100644
--- a/net/tipc/link.h
+++ b/net/tipc/link.h
@@ -226,15 +226,9 @@ struct sk_buff *tipc_link_cmd_reset_stats(const void *req_tlv_area,
226void tipc_link_reset_all(struct tipc_node *node); 226void tipc_link_reset_all(struct tipc_node *node);
227void tipc_link_reset(struct tipc_link *l_ptr); 227void tipc_link_reset(struct tipc_link *l_ptr);
228void tipc_link_reset_list(unsigned int bearer_id); 228void tipc_link_reset_list(unsigned int bearer_id);
229int tipc_link_xmit(struct sk_buff *buf, u32 dest, u32 selector);
230int tipc_link_xmit2(struct sk_buff *buf, u32 dest, u32 selector); 229int tipc_link_xmit2(struct sk_buff *buf, u32 dest, u32 selector);
231int __tipc_link_xmit(struct tipc_link *l_ptr, struct sk_buff *buf);
232int __tipc_link_xmit2(struct tipc_link *link, struct sk_buff *buf); 230int __tipc_link_xmit2(struct tipc_link *link, struct sk_buff *buf);
233int tipc_link_send_buf(struct tipc_link *l_ptr, struct sk_buff *buf);
234u32 tipc_link_get_max_pkt(u32 dest, u32 selector); 231u32 tipc_link_get_max_pkt(u32 dest, u32 selector);
235int tipc_link_iovec_xmit_fast(struct tipc_port *sender,
236 struct iovec const *msg_sect,
237 unsigned int len, u32 destnode);
238void tipc_link_bundle_rcv(struct sk_buff *buf); 232void tipc_link_bundle_rcv(struct sk_buff *buf);
239void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob, 233void tipc_link_proto_xmit(struct tipc_link *l_ptr, u32 msg_typ, int prob,
240 u32 gap, u32 tolerance, u32 priority, u32 acked_mtu); 234 u32 gap, u32 tolerance, u32 priority, u32 acked_mtu);