]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netfilter_arp/arp_tables.h
netfilter: xtables: remove unused defines
[net-next-2.6.git] / include / linux / netfilter_arp / arp_tables.h
index f02d57436a341d90d0f9d40a0f4d3ee9ec735dc3..adbf4bff87eda6823689222410cb625b63488150 100644 (file)
@@ -255,8 +255,6 @@ extern unsigned int arpt_do_table(struct sk_buff *skb,
                                  const struct net_device *out,
                                  struct xt_table *table);
 
-#define ARPT_ALIGN(s) XT_ALIGN(s)
-
 #ifdef CONFIG_COMPAT
 #include <net/compat.h>
 
@@ -275,8 +273,6 @@ compat_arpt_get_target(struct compat_arpt_entry *e)
        return (void *)e + e->target_offset;
 }
 
-#define COMPAT_ARPT_ALIGN(s)   COMPAT_XT_ALIGN(s)
-
 #endif /* CONFIG_COMPAT */
 #endif /*__KERNEL__*/
 #endif /* _ARPTABLES_H */