[PATCH] net/nfp: remove unneeded header inclusion
David Marchand
david.marchand at redhat.com
Fri Apr 8 11:41:16 CEST 2022
Looking at this driver history, there was never a need for including
execinfo.h.
Signed-off-by: David Marchand <david.marchand at redhat.com>
---
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c b/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c
index bad80a5a1c..08bc4e8ef2 100644
--- a/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c
+++ b/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c
@@ -16,9 +16,6 @@
#include <assert.h>
#include <stdio.h>
-#if defined(RTE_BACKTRACE)
-#include <execinfo.h>
-#endif
#include <stdlib.h>
#include <unistd.h>
#include <stdint.h>
--
2.23.0
More information about the dev
mailing list