diff options
Diffstat (limited to 'include/net/netns/nftables.h')
| -rw-r--r-- | include/net/netns/nftables.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/netns/nftables.h b/include/net/netns/nftables.h index 8c77832d0240..99dd166c5d07 100644 --- a/include/net/netns/nftables.h +++ b/include/net/netns/nftables.h @@ -2,9 +2,8 @@ #ifndef _NETNS_NFTABLES_H_ #define _NETNS_NFTABLES_H_ -#include <linux/list.h> - struct netns_nftables { + unsigned int base_seq; u8 gencursor; }; |
