From a866966bdf7080ad2bd18465dfd5585e1bc535d6 Mon Sep 17 00:00:00 2001 From: David Marchand Date: Fri, 8 Apr 2022 11:41:16 +0200 Subject: [PATCH] net/nfp: remove unneeded header inclusion MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Niklas Söderlund --- 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 #include -#if defined(RTE_BACKTRACE) -#include -#endif #include #include #include -- 2.39.5