net/nfp: remove unneeded header inclusion
authorDavid Marchand <david.marchand@redhat.com>
Fri, 8 Apr 2022 09:41:16 +0000 (11:41 +0200)
committerFerruh Yigit <ferruh.yigit@xilinx.com>
Wed, 4 May 2022 10:57:59 +0000 (12:57 +0200)
Looking at this driver history, there was never a need for including
execinfo.h.

Fixes: bdbf45c24b07 ("net/nfp: fix build with musl libc")
Cc: stable@dpdk.org
Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@corigine.com>
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c

index bad80a5..08bc4e8 100644 (file)
@@ -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>