1
0
Fork 0

[TIPC]: Remove unused functions

Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Per Liden 2006-03-20 22:37:27 -08:00 committed by David S. Miller
parent 05790c6456
commit 7c501a5960
2 changed files with 0 additions and 10 deletions

View File

@ -2539,11 +2539,6 @@ exit:
* pending message. This makes dynamic memory allocation unecessary.
*/
static u32 get_long_msg_seqno(struct sk_buff *buf)
{
return msg_seqno(buf_msg(buf));
}
static void set_long_msg_seqno(struct sk_buff *buf, u32 seqno)
{
msg_set_seqno(buf_msg(buf), seqno);

View File

@ -82,11 +82,6 @@ static u32 port_out_seqno(struct port *p_ptr)
return msg_transp_seqno(&p_ptr->publ.phdr);
}
static void port_set_out_seqno(struct port *p_ptr, u32 seqno)
{
msg_set_transp_seqno(&p_ptr->publ.phdr,seqno);
}
static void port_incr_out_seqno(struct port *p_ptr)
{
struct tipc_msg *m = &p_ptr->publ.phdr;