aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/netfilter/nf_tables.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index 79582d0b043e..81cd816554b9 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -49,11 +49,8 @@ struct nft_verdict {
49 49
50struct nft_data { 50struct nft_data {
51 union { 51 union {
52 u32 data[4]; 52 u32 data[4];
53 struct { 53 struct nft_verdict verdict;
54 u32 verdict;
55 struct nft_chain *chain;
56 };
57 }; 54 };
58} __attribute__((aligned(__alignof__(u64)))); 55} __attribute__((aligned(__alignof__(u64))));
59 56