diff options
-rw-r--r-- | net/tipc/link.c | 2 | ||||
-rw-r--r-- | net/tipc/link.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/link.c b/net/tipc/link.c index 3d73144a1ccc..131a32a7b174 100644 --- a/net/tipc/link.c +++ b/net/tipc/link.c | |||
@@ -1169,7 +1169,7 @@ reject: | |||
1169 | /* | 1169 | /* |
1170 | * tipc_link_push_packet: Push one unsent packet to the media | 1170 | * tipc_link_push_packet: Push one unsent packet to the media |
1171 | */ | 1171 | */ |
1172 | u32 tipc_link_push_packet(struct tipc_link *l_ptr) | 1172 | static u32 tipc_link_push_packet(struct tipc_link *l_ptr) |
1173 | { | 1173 | { |
1174 | struct sk_buff *buf = l_ptr->first_out; | 1174 | struct sk_buff *buf = l_ptr->first_out; |
1175 | u32 r_q_size = l_ptr->retransm_queue_size; | 1175 | u32 r_q_size = l_ptr->retransm_queue_size; |
diff --git a/net/tipc/link.h b/net/tipc/link.h index 424b1dfe436b..0636ca95be36 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -221,7 +221,6 @@ void tipc_link_send_duplicate(struct tipc_link *l_ptr, struct tipc_link *dest); | |||
221 | void tipc_link_reset_fragments(struct tipc_link *l_ptr); | 221 | void tipc_link_reset_fragments(struct tipc_link *l_ptr); |
222 | int tipc_link_is_up(struct tipc_link *l_ptr); | 222 | int tipc_link_is_up(struct tipc_link *l_ptr); |
223 | int tipc_link_is_active(struct tipc_link *l_ptr); | 223 | int tipc_link_is_active(struct tipc_link *l_ptr); |
224 | u32 tipc_link_push_packet(struct tipc_link *l_ptr); | ||
225 | void tipc_link_stop(struct tipc_link *l_ptr); | 224 | void tipc_link_stop(struct tipc_link *l_ptr); |
226 | struct sk_buff *tipc_link_cmd_config(const void *req_tlv_area, int req_tlv_space, u16 cmd); | 225 | struct sk_buff *tipc_link_cmd_config(const void *req_tlv_area, int req_tlv_space, u16 cmd); |
227 | struct sk_buff *tipc_link_cmd_show_stats(const void *req_tlv_area, int req_tlv_space); | 226 | struct sk_buff *tipc_link_cmd_show_stats(const void *req_tlv_area, int req_tlv_space); |