Signed-off-by: Sven Eckelmann <[email protected]>
---
batman-adv/unicast.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/batman-adv/unicast.c b/batman-adv/unicast.c
index 64505f7..f6f5d34 100644
--- a/batman-adv/unicast.c
+++ b/batman-adv/unicast.c
@@ -149,7 +149,7 @@ void frag_list_free(struct list_head *head)
return;
}
-int unicast_send_frag_skb(struct sk_buff *skb, struct bat_priv *bat_priv,
+static int unicast_send_frag_skb(struct sk_buff *skb, struct bat_priv
*bat_priv,
struct batman_if *batman_if, uint8_t dstaddr[],
struct orig_node *orig_node)
{
--
1.7.1