From patchwork Thu Oct 12 08:17:02 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: 30174 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 1A7172B9E; Thu, 12 Oct 2017 10:17:38 +0200 (CEST) Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 6692C237 for ; Thu, 12 Oct 2017 10:17:35 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id k4so10975769wmc.1 for ; Thu, 12 Oct 2017 01:17:35 -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=gsq75KjVVTd3A8wurqzv5w102HNYjNGH18VkA+Roetk=; b=0n0/EHaZAjr2gtrnlkHHDczpttGwgrBUr0s3wOjff8VdyCFWzJAmsVdAYyD34n9q9N B5o+4xAMDlucn4hiNGnrzgFynhNi37XoiQmfLBlhj/qcXMlka/w+dy+txaDp7bs0gI8K EXDRrCZDUKUBU3ZZLDpzQeEEJsIfnCuKTpSUeojZwFhx96+zzZn6eD6h6tiWExPc9hkO XgBHsDxHFBbIndQQf017MfHwlfCMDnq2i6WRwKVZT0kTSeLq6Ev1v4vntY/XP4nuacqg 6nsJSOZ5Ve6Q9qb96jB8mBw1jzQdL3sxCfbJEC+VX30mAl3ei9TfiIohfRU032fH08lS 7+qA== 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=gsq75KjVVTd3A8wurqzv5w102HNYjNGH18VkA+Roetk=; b=tyOc2zdCWBXPYJZYZqvJtloUIwW/3Kpdo2n1vTJafFPG6F+txQxyeLERoUV7k+lXiv RCjByAKqBtHPE3tdiLGkhZydwDidhIpbwxNENY9Xu31KpG5WWQn32cUxbX4T9ohNe9hd YP/SOe9mqix5PSQerRnq6vRzqTeDJDVshPxr9w2tN6d8zicZKM22qs+LxD6Fgey0VE/9 xrXRaLWpzm+ZISXjWEd4lkiM0U1dTkhbpoWJqQRiHKXm4Bw1vdJcNwinC1w6UiOjDKem s1c/2W1k4REUW+padlrAD8MjWgiCyxkwh1YeUGUGxM4PU0t4A8wkHokOJYkv98tkwNWm Whdw== X-Gm-Message-State: AMCzsaV/U+Zp+H7ReRlwaPoxn+f52omnA/CtgyvWPyaTbZ7Bw2Tcd5fD 7uCRFNvcgvMdBRQrf/TT7bPhojcu X-Google-Smtp-Source: AOwi7QDSzmufw4fQMStU6yD+UvwsZc0Tl9SlVfc4dQSZ5IeLI7mkCQ1BpciXG6Y3SJmBGeDkAoL5mg== X-Received: by 10.28.153.85 with SMTP id b82mr1017533wme.121.1507796254759; Thu, 12 Oct 2017 01:17:34 -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 25sm16711227wrv.8.2017.10.12.01.17.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Oct 2017 01:17:33 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Thu, 12 Oct 2017 10:17:02 +0200 Message-Id: X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: Subject: [dpdk-dev] [PATCH v4 02/16] 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 9460161..bb08204 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