From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sven Eckelmann Date: Thu, 20 Jan 2011 06:22:54 +0100 Message-Id: <1295500975-3884-1-git-send-email-sven@narfation.org> Subject: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Mark bucket_free_orig_rcu as static Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org Signed-off-by: Sven Eckelmann --- 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