match: make kdbus_match_entry_free static
authorDaniel Mack <zonque@gmail.com>
Fri, 20 Dec 2013 23:29:47 +0000 (00:29 +0100)
committerDaniel Mack <zonque@gmail.com>
Fri, 20 Dec 2013 23:29:47 +0000 (00:29 +0100)
match.c

diff --git a/match.c b/match.c
index 1c133990540ea640616e436d19072f0b8354d434..d78c18528378de3694954b433cfeaf691a4e2920 100644 (file)
--- a/match.c
+++ b/match.c
@@ -102,7 +102,7 @@ static void kdbus_match_rule_free(struct kdbus_match_rule *rule)
        kfree(rule);
 }
 
-void kdbus_match_entry_free(struct kdbus_match_entry *entry)
+static void kdbus_match_entry_free(struct kdbus_match_entry *entry)
 {
        struct kdbus_match_rule *r, *tmp;