mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
iface: remove unused .data field
Neither is it anywhere used, but compat_xtables does not provide it either.
This commit is contained in:
@@ -68,7 +68,6 @@ static struct xt_match xt_iface_mt_reg[] __read_mostly = {
|
||||
.family = NFPROTO_IPV4,
|
||||
.matchsize = XT_ALIGN(sizeof(struct xt_iface_mtinfo)),
|
||||
.match = xt_iface_mt,
|
||||
.data = 0,
|
||||
.me = THIS_MODULE,
|
||||
},
|
||||
{
|
||||
@@ -77,7 +76,6 @@ static struct xt_match xt_iface_mt_reg[] __read_mostly = {
|
||||
.family = NFPROTO_IPV6,
|
||||
.matchsize = XT_ALIGN(sizeof(struct xt_iface_mtinfo)),
|
||||
.match = xt_iface_mt,
|
||||
.data = 0,
|
||||
.me = THIS_MODULE,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user