Commit f51f5ec6909fad9ddfcaa962377f7892d7918302

Authored by Adrian Bunk
Committed by David S. Miller
1 parent 324b57619b

[NETFILTER]: make secmark_tg_destroy() static

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

net/netfilter/xt_SECMARK.c
... ... @@ -111,7 +111,7 @@
111 111 return true;
112 112 }
113 113  
114   -void secmark_tg_destroy(const struct xt_target *target, void *targinfo)
  114 +static void secmark_tg_destroy(const struct xt_target *target, void *targinfo)
115 115 {
116 116 switch (mode) {
117 117 case SECMARK_MODE_SEL: