From: Patrick McHardy Date: Tue, 18 Dec 2007 05:53:40 +0000 (-0800) Subject: [NETFILTER]: ip6_tables: use XT_ALIGN X-Git-Tag: firefly_0821_release~23655^2~1031 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=06e1374a7ed45f1788353a2944a20133adc55649;p=firefly-linux-kernel-4.4.55.git [NETFILTER]: ip6_tables: use XT_ALIGN Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- diff --git a/include/linux/netfilter_ipv6/ip6_tables.h b/include/linux/netfilter_ipv6/ip6_tables.h index c1124826bf29..110801d699ee 100644 --- a/include/linux/netfilter_ipv6/ip6_tables.h +++ b/include/linux/netfilter_ipv6/ip6_tables.h @@ -324,7 +324,7 @@ extern int ip6_masked_addrcmp(const struct in6_addr *addr1, const struct in6_addr *mask, const struct in6_addr *addr2); -#define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry)-1)) +#define IP6T_ALIGN(s) XT_ALIGN(s) #ifdef CONFIG_COMPAT #include