Skip to content

Commit

Permalink
[NETFILTER]: make secmark_tg_destroy() static
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Feb 14, 2008
1 parent 324b576 commit f51f5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netfilter/xt_SECMARK.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f51f5ec

Please sign in to comment.