diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2010-10-13 16:42:02 +0200 |
---|---|---|
committer | Jan Engelhardt <jengelh@medozas.de> | 2010-10-13 18:00:51 +0200 |
commit | 9ecdafd883db3c43296797382fc0b2c868144070 (patch) | |
tree | ddb93997596ff2a2a27c084facbae9666c43d131 /include/linux/netfilter_arp | |
parent | 75f0a0fd787bfa3ea1a916ca632a5b9e0007cbb7 (diff) | |
download | linux-stable-9ecdafd883db3c43296797382fc0b2c868144070.tar.gz linux-stable-9ecdafd883db3c43296797382fc0b2c868144070.tar.bz2 linux-stable-9ecdafd883db3c43296797382fc0b2c868144070.zip |
netfilter: xtables: remove unused defines
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter_arp')
-rw-r--r-- | include/linux/netfilter_arp/arp_tables.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/netfilter_arp/arp_tables.h b/include/linux/netfilter_arp/arp_tables.h index f02d57436a34..adbf4bff87ed 100644 --- a/include/linux/netfilter_arp/arp_tables.h +++ b/include/linux/netfilter_arp/arp_tables.h @@ -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 */ |