diff options
author | stephen hemminger <stephen@networkplumber.org> | 2014-01-04 16:47:48 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-04 20:18:50 -0500 |
commit | 9805696399ac4e1a7f59ebccc614cbd5d7dace6d (patch) | |
tree | 96b818be19346c758e7564f5dc229ff5919334ab /net/tipc/link.c | |
parent | 6aee49c558de39eaf9100652bc9595f5a34200d9 (diff) |
tipc: make local function static
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/link.c')
-rw-r--r-- | net/tipc/link.c | 2 |
1 files changed, 1 insertions, 1 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; |