From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hemant Agrawal Subject: Re: [PATCH 15/19] fsmlc: remove duplicated includes Date: Thu, 13 Jul 2017 15:09:55 +0530 Message-ID: References: <20170711185546.26138-1-stephen@networkplumber.org> <20170711185546.26138-16-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-dm3nam03on0063.outbound.protection.outlook.com [104.47.41.63]) by dpdk.org (Postfix) with ESMTP id CF8BC29CB for ; Thu, 13 Jul 2017 11:40:01 +0200 (CEST) In-Reply-To: <20170711185546.26138-16-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/bus/fslmc/fslmc_vfio.c | 2 -- > drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 1 - > 2 files changed, 3 deletions(-) > > diff --git a/drivers/bus/fslmc/fslmc_vfio.c b/drivers/bus/fslmc/fslmc_vfio.c > index 725faabab312..e10443c5bc05 100644 > --- a/drivers/bus/fslmc/fslmc_vfio.c > +++ b/drivers/bus/fslmc/fslmc_vfio.c > @@ -40,7 +40,6 @@ > #include > #include > #include > -#include > #include > #include > #include > @@ -55,7 +54,6 @@ > #include > #include > #include > -#include > #include > > #include "rte_fslmc.h" > diff --git a/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c b/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c > index 88dd2e901916..c195f9f23b01 100644 > --- a/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c > +++ b/drivers/bus/fslmc/portal/dpaa2_hw_dpio.c > @@ -57,7 +57,6 @@ > #include > #include > #include > -#include > > #include > #include > minor typo in patch header %s/fsmlc/fslmc/g Acked-by: Hemant Agrawal