aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
diff options
context:
space:
mode:
authorPer Liden <per.liden@ericsson.com>2006-03-20 22:37:27 -0800
committerDavid S. Miller <davem@davemloft.net>2006-03-20 22:37:27 -0800
commit7c501a5960a1bdf3b9eaef262916dc67107ff2b5 (patch)
tree49f78cef3b972c05ba2bbd311d89129044156b37 /net/tipc/link.c
parent[TIPC]: Remove inlines from *.c (diff)
downloadlinux-dev-7c501a5960a1bdf3b9eaef262916dc67107ff2b5.tar.xz
linux-dev-7c501a5960a1bdf3b9eaef262916dc67107ff2b5.zip
[TIPC]: Remove unused functions
Signed-off-by: Per Liden <per.liden@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r--net/tipc/link.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c
index f638863b0d74..910b37e5083d 100644
--- a/net/tipc/link.c
+++ b/net/tipc/link.c
@@ -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);