From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 02 Mar 2016 13:10:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,530,1449561600"; d="scan'208";a="928253028" Received: from bricha3-mobl3.ger.corp.intel.com ([10.122.40.66]) by fmsmga002.fm.intel.com with SMTP; 02 Mar 2016 13:10:39 -0800 Received: by (sSMTP sendmail emulation); Wed, 02 Mar 2016 21:10:38 +0025 Date: Wed, 2 Mar 2016 21:10:38 +0000 From: Bruce Richardson To: Alejandro Lucero 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 Content-Disposition: inline In-Reply-To: Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Cc: dev Subject: Re: [dpdk-dev] [PATCH] nfp: fix non-x86 build X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2016 21:10:42 -0000 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