]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
iface: remove unused .data field
authorJan Engelhardt <jengelh@medozas.de>
Tue, 28 Apr 2009 08:04:36 +0000 (10:04 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 28 Apr 2009 08:04:36 +0000 (10:04 +0200)
Neither is it anywhere used, but compat_xtables does not provide it
either.

extensions/xt_iface.c

index df3e4a36f3f7b6f04667398de768714be2155cbf..b088cfb072fe73a4ff93baee34cc379495991762 100644 (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,
        },
 };