From: Alejandro Lucero Date: Mon, 11 Jun 2018 11:20:46 +0000 (+0100) Subject: net/nfp: fix unused header reference X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=8c7cd2fa4e3d5441d725d8f1a888dad1633d3b52;p=dpdk.git net/nfp: fix unused header reference Apart from not being used, this is causing problem when compiling DPDK with the musl library as reported by bugzilla. Bugzilla ID: 40 Fixes: c7e9729da6b5 ("net/nfp: support CPP") Cc: stable@dpdk.org Signed-off-by: Alejandro Lucero --- diff --git a/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h b/drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h index b8541c593f..d46574b10e 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