From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 15/19] fsmlc: remove duplicated includes Date: Tue, 11 Jul 2017 11:55:42 -0700 Message-ID: <20170711185546.26138-16-stephen@networkplumber.org> References: <20170711185546.26138-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by dpdk.org (Postfix) with ESMTP id C37667CB4 for ; Tue, 11 Jul 2017 20:56:15 +0200 (CEST) Received: by mail-pf0-f181.google.com with SMTP id q86so479763pfl.3 for ; Tue, 11 Jul 2017 11:56:15 -0700 (PDT) In-Reply-To: <20170711185546.26138-1-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" 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 -- 2.11.0