netfilter: ebtables: avoid explicit XT_ALIGN() in match/targets
[pandora-kernel.git] / net / bridge / netfilter / ebt_limit.c
index f7bd919..9dd16e6 100644 (file)
@@ -90,7 +90,7 @@ static struct xt_match ebt_limit_mt_reg __read_mostly = {
        .family         = NFPROTO_BRIDGE,
        .match          = ebt_limit_mt,
        .checkentry     = ebt_limit_mt_check,
-       .matchsize      = XT_ALIGN(sizeof(struct ebt_limit_info)),
+       .matchsize      = sizeof(struct ebt_limit_info),
        .me             = THIS_MODULE,
 };