]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/netfilter_ipv4/ip_tables.h
netfilter: xtables: remove unused defines
[karo-tx-linux.git] / include / linux / netfilter_ipv4 / ip_tables.h
index d0fef0a436f9f953bff4ad1b668c5eb30e821230..64a5d95c58e8a6057679a402186f0188931e35b1 100644 (file)
@@ -282,8 +282,6 @@ extern unsigned int ipt_do_table(struct sk_buff *skb,
                                 const struct net_device *out,
                                 struct xt_table *table);
 
-#define IPT_ALIGN(s) XT_ALIGN(s)
-
 #ifdef CONFIG_COMPAT
 #include <net/compat.h>
 
@@ -304,8 +302,6 @@ compat_ipt_get_target(struct compat_ipt_entry *e)
        return (void *)e + e->target_offset;
 }
 
-#define COMPAT_IPT_ALIGN(s)    COMPAT_XT_ALIGN(s)
-
 #endif /* CONFIG_COMPAT */
 #endif /*__KERNEL__*/
 #endif /* _IPTABLES_H */