mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
[TIPC]: Remove unused functions
Signed-off-by: Per Liden <per.liden@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
05790c6456
commit
7c501a5960
@ -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);
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user