]> err.no Git - linux-2.6/blobdiff - net/tipc/link.c
[PATCH] m68k: separate handler for auto and user vector interrupt
[linux-2.6] / net / tipc / link.c
index f638863b0d74e1cd2186a462cc7440e5b88e64f4..784b24b6d102bca6d74a07473ed03692fd9bc820 100644 (file)
@@ -1629,7 +1629,7 @@ void tipc_link_retransmit(struct link *l_ptr, struct sk_buff *buf,
                                         tipc_msg_print(TIPC_CONS, buf_msg(buf), ">RETR>");
                                         info("...Retransmitted %u times\n",
                                             l_ptr->stale_count);
-                                        link_print(l_ptr, TIPC_CONS, "Resetting Link\n");;
+                                        link_print(l_ptr, TIPC_CONS, "Resetting Link\n");
                                         tipc_link_reset(l_ptr);
                                         break;
                                 }
@@ -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);