From 8c7cd2fa4e3d5441d725d8f1a888dad1633d3b52 Mon Sep 17 00:00:00 2001 From: Alejandro Lucero Date: Mon, 11 Jun 2018 12:20:46 +0100 Subject: [PATCH] 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 --- 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 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 -- 2.20.1