[PATCH v2 20/43] net/axgbe: replace use of sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Mon Aug 25 05:38:33 CEST 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.47.2
More information about the dev
mailing list