DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/nfp: remove unneeded header inclusion
@ 2022-04-08  9:41 David Marchand
  2022-04-21 11:14 ` Niklas Soderlund
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2022-04-08  9:41 UTC (permalink / raw)
  To: dev; +Cc: Niklas Soderlund

Looking at this driver history, there was never a need for including
execinfo.h.

Signed-off-by: David Marchand <david.marchand@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-04 12:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08  9:41 [PATCH] net/nfp: remove unneeded header inclusion David Marchand
2022-04-21 11:14 ` Niklas Soderlund
2022-05-04 12:31   ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).