[PATCH v3 20/44] net/axgbe: replace use of sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Mon Nov 3 17:47:25 CET 2025
Replace use of system sys/queue.h with DPDK rte_bsd_queue.h
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
drivers/net/axgbe/axgbe_common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/axgbe/axgbe_common.h b/drivers/net/axgbe/axgbe_common.h
index 93e6c177b6..e882842e39 100644
--- a/drivers/net/axgbe/axgbe_common.h
+++ b/drivers/net/axgbe/axgbe_common.h
@@ -10,7 +10,6 @@
#include <stdbool.h>
#include <limits.h>
-#include <sys/queue.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--
2.51.0
More information about the dev
mailing list