Signed-off-by: Sven Eckelmann <[email protected]>
---
 batman-adv/originator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/batman-adv/originator.c b/batman-adv/originator.c
index 35ab3ab..5a6745f 100644
--- a/batman-adv/originator.c
+++ b/batman-adv/originator.c
@@ -179,7 +179,7 @@ void originator_free(struct bat_priv *bat_priv)
        hash_destroy(hash);
 }
 
-void bucket_free_orig_rcu(struct rcu_head *rcu)
+static void bucket_free_orig_rcu(struct rcu_head *rcu)
 {
        struct element_t *bucket;
        struct orig_node *orig_node;
-- 
1.7.2.3

Reply via email to