[PATCH v2 35/43] net/zxdh: replace use of sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Mon Aug 25 05:38:48 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/zxdh/zxdh_mtr.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/zxdh/zxdh_mtr.h b/drivers/net/zxdh/zxdh_mtr.h
index 3efcb6b591..4b9b409025 100644
--- a/drivers/net/zxdh/zxdh_mtr.h
+++ b/drivers/net/zxdh/zxdh_mtr.h
@@ -7,7 +7,6 @@
#include <stddef.h>
#include <stdint.h>
-#include <sys/queue.h>
#include <rte_mtr.h>
#include "zxdh_np.h"
--
2.47.2
More information about the dev
mailing list