[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>

authored by Adrian Bunk and committed by David S. Miller f51f5ec6 324b5761

+1 -1
+1 -1
net/netfilter/xt_SECMARK.c
··· 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: