modules: remove XT_ALIGN(0) lines

This commit is contained in:
Jan Engelhardt
2010-03-16 23:26:05 +01:00
parent 0acbe528ac
commit 1aeaadd740
6 changed files with 0 additions and 11 deletions

View File

@@ -113,7 +113,6 @@ static struct xt_target echo_tg_reg __read_mostly = {
.proto = IPPROTO_UDP,
.table = "filter",
.target = echo_tg4,
.targetsize = XT_ALIGN(0),
.me = THIS_MODULE,
};