From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 14/19] dpaa2: remove duplicated includes Date: Thu, 13 Jul 2017 15:08:34 +0530 Message-ID: <195f4693-b04f-d5ab-b4a6-29b1bde67d1a@nxp.com> References: <20170711185546.26138-1-stephen@networkplumber.org> <20170711185546.26138-15-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit To: Stephen Hemminger , Return-path: Received: from NAM03-DM3-obe.outbound.protection.outlook.com (mail-dm3nam03on0085.outbound.protection.outlook.com [104.47.41.85]) by dpdk.org (Postfix) with ESMTP id 9759C29D9 for ; Thu, 13 Jul 2017 11:38:43 +0200 (CEST) In-Reply-To: <20170711185546.26138-15-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 7/12/2017 12:25 AM, Stephen Hemminger wrote: > Signed-off-by: Stephen Hemminger > --- > drivers/event/dpaa2/dpaa2_eventdev.c | 1 - > drivers/mempool/dpaa2/dpaa2_hw_mempool.c | 1 - > drivers/net/dpaa2/dpaa2_ethdev.c | 1 - > drivers/net/dpaa2/dpaa2_rxtx.c | 1 - > 4 files changed, 4 deletions(-) > > diff --git a/drivers/event/dpaa2/dpaa2_eventdev.c b/drivers/event/dpaa2/dpaa2_eventdev.c > index 412cee11a95b..5c272705e064 100644 > --- a/drivers/event/dpaa2/dpaa2_eventdev.c > +++ b/drivers/event/dpaa2/dpaa2_eventdev.c > @@ -36,7 +36,6 @@ > #include > #include > #include > -#include > #include > > #include > diff --git a/drivers/mempool/dpaa2/dpaa2_hw_mempool.c b/drivers/mempool/dpaa2/dpaa2_hw_mempool.c > index d578c2f8444a..4253e897eb9a 100644 > --- a/drivers/mempool/dpaa2/dpaa2_hw_mempool.c > +++ b/drivers/mempool/dpaa2/dpaa2_hw_mempool.c > @@ -47,7 +47,6 @@ > #include > #include > #include > -#include > > #include > #include > diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c > index c19f7261d2b0..26c2a079709d 100644 > --- a/drivers/net/dpaa2/dpaa2_ethdev.c > +++ b/drivers/net/dpaa2/dpaa2_ethdev.c > @@ -42,7 +42,6 @@ > #include > #include > #include > -#include > #include > > #include > diff --git a/drivers/net/dpaa2/dpaa2_rxtx.c b/drivers/net/dpaa2/dpaa2_rxtx.c > index 9e7de441b1ac..3db91d8b1522 100644 > --- a/drivers/net/dpaa2/dpaa2_rxtx.c > +++ b/drivers/net/dpaa2/dpaa2_rxtx.c > @@ -40,7 +40,6 @@ > #include > #include > #include > -#include > > #include > #include > Acked-by: Hemant Agrawal