From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] nfp: fix non-x86 build Date: Wed, 2 Mar 2016 21:10:38 +0000 Message-ID: <20160302211037.GA8804@bricha3-MOBL3> References: <1454795476-25542-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev To: Alejandro Lucero Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9E5CD2904 for ; Wed, 2 Mar 2016 22:10:41 +0100 (CET) Content-Disposition: inline In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Feb 08, 2016 at 02:27:59PM +0000, Alejandro Lucero wrote: > On Sat, Feb 6, 2016 at 9:51 PM, Thomas Monjalon > wrote: > > > The file sys/io.h was included but it can be unavailable in some > > non-x86 toolchains. > > As others system includes in the file nfp_net.c, it seems useless, > > so the easy fix is to remove them. > > > > Signed-off-by: Thomas Monjalon > > --- > > drivers/net/nfp/nfp_net.c | 11 ----------- > > 1 file changed, 11 deletions(-) > > > > diff --git a/drivers/net/nfp/nfp_net.c b/drivers/net/nfp/nfp_net.c > > index bc2089f..283269e 100644 > > --- a/drivers/net/nfp/nfp_net.c > > +++ b/drivers/net/nfp/nfp_net.c > > @@ -39,18 +39,7 @@ > > * Netronome vNIC DPDK Poll-Mode Driver: Main entry point > > */ > > > > -#include > > -#include > > -#include > > -#include > > -#include > > -#include > > -#include > > -#include > > -#include > > -#include > > #include > > -#include > > > > #include > > #include > > -- > > 2.7.0 > > > > > This is fine for me. > > Thanks Applied to dpdk-next-net/rel_16_04 with Alejandro's ack /Bruce