netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
[pandora-kernel.git] / net / bridge / netfilter / ebt_mark_m.c
index ea570f2..89abf40 100644 (file)
@@ -41,7 +41,7 @@ static struct xt_match ebt_mark_mt_reg __read_mostly = {
        .family         = NFPROTO_BRIDGE,
        .match          = ebt_mark_mt,
        .checkentry     = ebt_mark_mt_check,
-       .matchsize      = XT_ALIGN(sizeof(struct ebt_mark_m_info)),
+       .matchsize      = sizeof(struct ebt_mark_m_info),
        .me             = THIS_MODULE,
 };