sparse "defined twice" warning
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]>
---
net/netfilter/xt_policy.c | 2 --
1 file changed, 2 deletions(-)
--- a/net/netfilter/xt_policy.c
+++ b/net/netfilter/xt_policy.c
@@ -171,7 +171,6 @@ static struct xt_match policy_match = {
.match = match,
.matchsize = sizeof(struct xt_policy_info),
.checkentry = checkentry,
- .family = AF_INET,
.me = THIS_MODULE,
};
@@ -181,7 +180,6 @@ static struct xt_match policy6_match = {
.match = match,
.matchsize = sizeof(struct xt_policy_info),
.checkentry = checkentry,
- .family = AF_INET6,
.me = THIS_MODULE,
};
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html