From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH] drivers/dpaa: remove duplicate includes Date: Fri, 6 Oct 2017 21:56:17 +0530 Message-ID: <9ed17d0b-b54c-4dc8-4ebe-55b0517a466e@nxp.com> References: <20171006161052.13390-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: To: Thomas Monjalon , Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0052.outbound.protection.outlook.com [104.47.32.52]) by dpdk.org (Postfix) with ESMTP id 2DC7B2C2A for ; Fri, 6 Oct 2017 18:26:24 +0200 (CEST) In-Reply-To: <20171006161052.13390-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Acked-by: Hemant Agrawal On 10/6/2017 9:40 PM, Thomas Monjalon wrote: > Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool") > Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") > > Signed-off-by: Thomas Monjalon > --- > drivers/mempool/dpaa/dpaa_mempool.h | 1 - > drivers/net/dpaa/dpaa_rxtx.c | 2 -- > 2 files changed, 3 deletions(-) > > diff --git a/drivers/mempool/dpaa/dpaa_mempool.h b/drivers/mempool/dpaa/dpaa_mempool.h > index de33c0cf1..679585946 100644 > --- a/drivers/mempool/dpaa/dpaa_mempool.h > +++ b/drivers/mempool/dpaa/dpaa_mempool.h > @@ -37,7 +37,6 @@ > #include > #include > #include > -#include > > #include > > diff --git a/drivers/net/dpaa/dpaa_rxtx.c b/drivers/net/dpaa/dpaa_rxtx.c > index d73f9cbe7..0433f3bb1 100644 > --- a/drivers/net/dpaa/dpaa_rxtx.c > +++ b/drivers/net/dpaa/dpaa_rxtx.c > @@ -32,7 +32,6 @@ > */ > > /* System headers */ > -#include > #include > #include > #include > @@ -56,7 +55,6 @@ > #include > #include > #include > -#include > #include > #include > #include >