iface: remove unused .data field

Neither is it anywhere used, but compat_xtables does not provide it
either.
This commit is contained in:
Jan Engelhardt
2009-04-28 10:04:36 +02:00
parent 000c2d73fd
commit 9df309a14a

View File

@@ -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,
},
};