On 6/8/2018 11:40 AM, Alejandro Lucero wrote: > Apart from not being used, this is causing problem when compiling > DPDK with the musl library as reported by bugzilla.
If this is fixing a bugzilla issue, can you please use defined syntax to document it: Bugzilla ID: ### Fixes: ############ ("....") Cc: sta...@dpdk.org --> [optional if needs to go in stable tree] > > Fixes: c7e9729da6b5 ("net/nfp: support CPP") > > Signed-off-by: Alejandro Lucero <alejandro.luc...@netronome.com> > --- > 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 <stdlib.h> > #include <ctype.h> > #include <inttypes.h> > -#include <sys/cdefs.h> > #include <sys/stat.h> > #include <limits.h> > #include <errno.h> >