projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f85478
)
match: make kdbus_match_entry_free static
author
Daniel Mack
<zonque@gmail.com>
Fri, 20 Dec 2013 23:29:47 +0000
(
00:29
+0100)
committer
Daniel Mack
<zonque@gmail.com>
Fri, 20 Dec 2013 23:29:47 +0000
(
00:29
+0100)
match.c
patch
|
blob
|
history
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;