[NETFILTER]: make secmark_tg_destroy() static

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git-commits-head@...>
Date: Friday, February 15, 2008 - 6:01 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f51f5e...
Commit:     f51f5ec6909fad9ddfcaa962377f7892d7918302
Parent:     324b57619bdd151abbab73a48707c17cfb0e9ba4
Author:     Adrian Bunk <bunk@kernel.org>
AuthorDate: Wed Feb 13 17:41:39 2008 -0800
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Wed Feb 13 17:41:39 2008 -0800

    [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>
---
 net/netfilter/xt_SECMARK.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/netfilter/xt_SECMARK.c b/net/netfilter/xt_SECMARK.c
index 7708e20..c028485 100644
--- 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:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[NETFILTER]: make secmark_tg_destroy() static, Linux Kernel Mailing List..., (Fri Feb 15, 6:01 pm)