Commit f51f5ec6 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[NETFILTER]: make secmark_tg_destroy() static

This patch makes the needlessly global secmark_tg_destroy() static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 324b5761
...@@ -111,7 +111,7 @@ secmark_tg_check(const char *tablename, const void *entry, ...@@ -111,7 +111,7 @@ secmark_tg_check(const char *tablename, const void *entry,
return true; 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) { switch (mode) {
case SECMARK_MODE_SEL: case SECMARK_MODE_SEL:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment