diff options
Diffstat (limited to 'include/net/xdp_priv.h')
-rw-r--r-- | include/net/xdp_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/xdp_priv.h b/include/net/xdp_priv.h index a9d5b7603b89..c9df68d5f258 100644 --- a/include/net/xdp_priv.h +++ b/include/net/xdp_priv.h @@ -3,6 +3,7 @@ #define __LINUX_NET_XDP_PRIV_H__ #include <linux/rhashtable.h> +#include <net/xdp.h> /* Private to net/core/xdp.c, but used by trace/events/xdp.h */ struct xdp_mem_allocator { @@ -10,7 +11,6 @@ struct xdp_mem_allocator { union { void *allocator; struct page_pool *page_pool; - struct zero_copy_allocator *zc_alloc; }; struct rhash_head node; struct rcu_head rcu; |