diff options
Diffstat (limited to 'include/net/xdp_priv.h')
-rw-r--r-- | include/net/xdp_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/xdp_priv.h b/include/net/xdp_priv.h index a9d5b7603b89..a2d58b1a12e1 100644 --- a/include/net/xdp_priv.h +++ b/include/net/xdp_priv.h @@ -10,7 +10,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; |