aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/netfilter_ipv6/ip6_tables.h2
1 files changed, 1 insertions, 1 deletions
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,
324 const struct in6_addr *mask, 324 const struct in6_addr *mask,
325 const struct in6_addr *addr2); 325 const struct in6_addr *addr2);
326 326
327#define IP6T_ALIGN(s) (((s) + (__alignof__(struct ip6t_entry)-1)) & ~(__alignof__(struct ip6t_entry)-1)) 327#define IP6T_ALIGN(s) XT_ALIGN(s)
328 328
329#ifdef CONFIG_COMPAT 329#ifdef CONFIG_COMPAT
330#include <net/compat.h> 330#include <net/compat.h>