From patchwork Mon Sep 18 09:31:36 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: 28821 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 26E2A1AEF5; Mon, 18 Sep 2017 11:32:08 +0200 (CEST) Received: from mail-wr0-f175.google.com (mail-wr0-f175.google.com [209.85.128.175]) by dpdk.org (Postfix) with ESMTP id 9E3CF7CE2 for ; Mon, 18 Sep 2017 11:32:05 +0200 (CEST) Received: by mail-wr0-f175.google.com with SMTP id l22so5759858wrc.10 for ; Mon, 18 Sep 2017 02:32:05 -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=8D7HFVDvbca2hQed60rAx2JVki8WV7woAdus8jsjySk=; b=E37JSRCdZXAGhkHdMwI2EcsEd12gt3b4k0cJzY0VF+p6atCQxb0FQ84ahTt53QVS7b gq4sP3SBDE4gmZo3Mljj+7n80XTCL1F0+39GIx6u5nN7MPnkwi9ZK+G3Ibx9zplsJHRB eDfpLxmDj4pdSc8AagxN32gXn7AirSQVZRENErhLmp5Dl74CL6/kQe8SSWycmicOkll8 DUgZ9nNfw7/ZzFwK9CB7IFw4zOXTc/x5OHNJOOZQRK3XMoxZI7boSD71vOSkm/zm5GAD dDppLNBWg9EJ/yc7l1CHQdqIBdA163al4lqyrWqESmcXzeA333vohtiiPTC+sgqHI3WT qW7Q== 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=8D7HFVDvbca2hQed60rAx2JVki8WV7woAdus8jsjySk=; b=bAnNffUsJm+1GFbS9H7bRxOOiXIi9B7R2IO0d3hbiySQn/gl59juLxCQ7AWjlDaIdJ SGWCJhX2prm3MIKJUK0p8h5WfhD1JiL94zWXf+YmHV19RSKEbLmmnjegCWT4rag3WpfM epGHd/sXyypollaU0jl4n7Vqc0Z7PF8dTWGzrzBQA00vK32xVosKlySg4RrFQGF3c1Ue MWcGza8pDBgNvAm0tFEh4Ho+1TfeSc5vP5oGE9WzJasqAtCyCMtvqkLj0UqxjAqK5cio d8Zl04mimzVky7aVuuarzQySQrir03PU+ebfEMECoJ56a/t4MwSkzl/0tBSbDYviWuHO ZyTw== X-Gm-Message-State: AHPjjUjLddkp0zO8Z90Lqnejmu7MSm16D5owhO+mGTz54z8gieEpWv7N xy1gpUu+GxTd+kKa5X4= X-Google-Smtp-Source: AOwi7QD4QfULfAot0/GIlZgOrmgizJWskQrkjXwFZSFuH15Dh9lx4VEF2ou/KaCloKgIqX2dlg+kyQ== X-Received: by 10.223.198.130 with SMTP id j2mr19141770wrg.52.1505727124999; Mon, 18 Sep 2017 02:32:04 -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 f89sm6416859wmh.18.2017.09.18.02.32.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 18 Sep 2017 02:32:04 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Mon, 18 Sep 2017 11:31:36 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v2 02/14] ethdev: remove useless PCI dependency 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" Signed-off-by: Gaetan Rivet --- lib/librte_ether/rte_ethdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c index a88916f..c5b0b17 100644 --- a/lib/librte_ether/rte_ethdev.c +++ b/lib/librte_ether/rte_ethdev.c @@ -47,7 +47,6 @@ #include #include #include -#include #include #include #include