From patchwork Thu Oct 26 10:05:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ga=C3=ABtan_Rivet?= X-Patchwork-Id: 30947 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D2B4F1BABF; Thu, 26 Oct 2017 12:06:52 +0200 (CEST) Received: from mail-wm0-f65.google.com (mail-wm0-f65.google.com [74.125.82.65]) by dpdk.org (Postfix) with ESMTP id E378E1B78E for ; Thu, 26 Oct 2017 12:06:37 +0200 (CEST) Received: by mail-wm0-f65.google.com with SMTP id m72so18850969wmc.0 for ; Thu, 26 Oct 2017 03:06:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=EtL9OwXPazT7wT+1p8B0HJHMy9PfCRWou3dBP9tv+vg=; b=QnZYXmv8uhlFiYDq+FJWgaKnwvnvov5vj7wWdKHYyC5k2EWliwzcd8MVEcEJL5V2x1 HIqf/u1Ygn3XTtNhCcm0AM+qg0rn3uIj9fLSIAWn0Pcisy9XEtKCG9q4PoMKiYbAewrl cVRrJu6QyPsLio0Pc0MYoyxrjw1qEAsZuw73DpsvXflg0M0G+f99a7/DnfZvmo4i2atC oCHEsPHHCOcw1ia/rytaH5hm2Grw3E9rCaOnDfrESGSWTy+P3e3J24Onr5TZRD4ljXOE 1DI6FIftdMWFqtNWUeVYyJmotsAgEd2TQ9UAuOd7vENYag2My1qFdb39ehQhI242djic MXrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=EtL9OwXPazT7wT+1p8B0HJHMy9PfCRWou3dBP9tv+vg=; b=BG4Jh7vmtNh8NX+U0uy8MHTt7WcnFPQZb4BofaagW/+2p8VfEBtoFc1gwL6Ts74Kr5 2e8ftUDt8BRQylBmHjBkK6T76/5x/5Vr/08L2qlQf3/6YCBBok3l2ISfEoBAYAlg3ZLc 5CjAgM/XMn/paSJq8qskxjhQMKH1WYobu2ZWYd8R6+NtHa2P5QBpteiuQp3X5JtfEvOJ xcYDeeFp8wUh7g7VXv7uIFrL9V2PcGzxFW7jojiQ3ApKEsHt9rMBmaf8duS43GXNIklJ ELQNQZqKEkfMHUFyo2WSCZ4ItVSl0sFTZ7IlSvYUje2WGRrxDlxJCE9m6rFACG526hPa IjpQ== X-Gm-Message-State: AMCzsaVm02EDj4lSnA59FXV7HvK8EjDh49GM8zfKd8Jo4oNtcsapo1XY NE6PHlCnJWS/thlJZhYNMuotAy9S X-Google-Smtp-Source: ABhQp+TtDf+LNdf61KUw++jLHxIdVDQGybPtCvzYU1bOx5yMGI5hDuLYDT5UXylnepo/87vypCMgaQ== X-Received: by 10.80.153.134 with SMTP id m6mr26943798edb.265.1509012397263; Thu, 26 Oct 2017 03:06:37 -0700 (PDT) Received: from bidouze.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id u12sm3339619edk.45.2017.10.26.03.06.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 26 Oct 2017 03:06:36 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 26 Oct 2017 12:05:53 +0200 Message-Id: <4ae816d5953fbe4e13fe928ccd0fea0832945162.1509012196.git.gaetan.rivet@6wind.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v8 08/25] vfio: remove useless PCI headers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" PCI headers are not necessary and are making this module dependent on the PCI subsystem. Signed-off-by: Gaetan Rivet --- lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c b/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c index 05d63e8..b53ed7e 100644 --- a/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c +++ b/lib/librte_eal/linuxapp/eal/eal_vfio_mp_sync.c @@ -49,13 +49,11 @@ #endif #include -#include #include #include #include #include "eal_filesystem.h" -#include "eal_pci_init.h" #include "eal_vfio.h" #include "eal_thread.h"