projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324b576
)
[NETFILTER]: make secmark_tg_destroy() static
author
Adrian Bunk
<bunk@kernel.org>
Thu, 14 Feb 2008 01:41:39 +0000
(17:41 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 14 Feb 2008 01:41:39 +0000
(17:41 -0800)
This patch makes the needlessly global secmark_tg_destroy() static.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/xt_SECMARK.c
patch
|
blob
|
history
diff --git
a/net/netfilter/xt_SECMARK.c
b/net/netfilter/xt_SECMARK.c
index 7708e2084ce28efd6dcb8b70384ca23d2387c178..c0284856ccd490bf32c23b7fafd01f04ff793d08 100644
(file)
--- a/
net/netfilter/xt_SECMARK.c
+++ b/
net/netfilter/xt_SECMARK.c
@@
-111,7
+111,7
@@
secmark_tg_check(const char *tablename, const void *entry,
return true;
}
-void secmark_tg_destroy(const struct xt_target *target, void *targinfo)
+
static
void secmark_tg_destroy(const struct xt_target *target, void *targinfo)
{
switch (mode) {
case SECMARK_MODE_SEL: