netfilter: xtables: remove almost-unused xt_match_param.data member
[safe/jmp/linux-2.6] / include / linux / netfilter / x_tables.h
index c68ff82..cf91473 100644 (file)
@@ -315,9 +315,6 @@ struct xt_match {
        /* Set this to THIS_MODULE if you are a module, otherwise NULL */
        struct module *me;
 
-       /* Free to use by each match */
-       unsigned long data;
-
        const char *table;
        unsigned int matchsize;
 #ifdef CONFIG_COMPAT