Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71cd83a8 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

[NETFILTER]: xt_policy: remove dups in .family



sparse "defined twice" warning

Signed-off-by: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7cf73936
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -171,7 +171,6 @@ static struct xt_match xt_policy_match[] = {
		.checkentry 	= checkentry,
		.match		= match,
		.matchsize	= sizeof(struct xt_policy_info),
		.family		= AF_INET,
		.me		= THIS_MODULE,
	},
	{
@@ -180,7 +179,6 @@ static struct xt_match xt_policy_match[] = {
		.checkentry	= checkentry,
		.match		= match,
		.matchsize	= sizeof(struct xt_policy_info),
		.family		= AF_INET6,
		.me		= THIS_MODULE,
	},
};