From patchwork Fri Apr 8 09:41:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 109506 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A2C69A0501; Fri, 8 Apr 2022 11:41:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 80E5C4067E; Fri, 8 Apr 2022 11:41:32 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 5ED654003F for ; Fri, 8 Apr 2022 11:41:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1649410889; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=tvore+oAX9zyEhSVpxQLl+dtNFJq4NMwHckv20LAx6c=; b=D3xdVgPkvRKuW6MbNIEqLAgHkdzGjjSuXi/Q1PymuYBh4CxGSHflFa9Gf7cMawDSt9UPdx LspZeNNAeO5zOQrhxrvNhNF7TLWsrGtCGFTIIJi0DoUCl6LLrTG3FYeM0LSHyueaOHDZJr N1hKg2jpyXIx+A/Zti7rEvx4wynBnfM= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-362-zfguc3lmOmOJ377YnycqfQ-1; Fri, 08 Apr 2022 05:41:29 -0400 X-MC-Unique: zfguc3lmOmOJ377YnycqfQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B16F33811A3B; Fri, 8 Apr 2022 09:41:28 +0000 (UTC) Received: from dmarchan.remote.csb (unknown [10.40.193.101]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0FBA52166BA3; Fri, 8 Apr 2022 09:41:27 +0000 (UTC) From: David Marchand To: dev@dpdk.org Cc: Niklas Soderlund Subject: [PATCH] net/nfp: remove unneeded header inclusion Date: Fri, 8 Apr 2022 11:41:16 +0200 Message-Id: <20220408094116.6542-1-david.marchand@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=david.marchand@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Looking at this driver history, there was never a need for including execinfo.h. 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