From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from netronome.com (host-79-78-33-110.static.as9105.net [79.78.33.110]) by dpdk.org (Postfix) with ESMTP id D7CC0F72; Fri, 8 Jun 2018 12:40:26 +0200 (CEST) Received: from netronome.com (localhost [127.0.0.1]) by netronome.com (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id w58AeEqv010034; Fri, 8 Jun 2018 11:40:14 +0100 Received: (from alucero@localhost) by netronome.com (8.14.4/8.14.4/Submit) id w58AeEq6010033; Fri, 8 Jun 2018 11:40:14 +0100 From: Alejandro Lucero To: dev@dpdk.org Cc: stable@dpdk.org Date: Fri, 8 Jun 2018 11:40:14 +0100 Message-Id: <1528454414-9996-1-git-send-email-alejandro.lucero@netronome.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] net/nfp: fix unused header reference X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2018 10:40:27 -0000 Apart from not being used, this is causing problem when compiling DPDK with the musl library as reported by bugzilla. Fixes: c7e9729da6b5 ("net/nfp: support CPP") Signed-off-by: Alejandro Lucero --- drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h b/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h index b8541c5..d46574b 100644 --- a/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h +++ b/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include -- 1.9.1