From patchwork Mon Sep 25 15:23:59 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: 29172 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 17B581B1B1; Mon, 25 Sep 2017 17:24:34 +0200 (CEST) Received: from mail-wr0-f173.google.com (mail-wr0-f173.google.com [209.85.128.173]) by dpdk.org (Postfix) with ESMTP id 48D891B1A7 for ; Mon, 25 Sep 2017 17:24:30 +0200 (CEST) Received: by mail-wr0-f173.google.com with SMTP id c23so8430615wrg.9 for ; Mon, 25 Sep 2017 08:24:30 -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=FO5IHVZh4EGxzB5g4uzGCZgIdDZizsR3qqsCR6JYgRo=; b=AahYJgRcELd5V5UMEDAQUsoNlcRw1Vb8BfWjq5GaZax79E0vfZhYZfv7CDyclRYxEk FuK109CcHyq8WmAIwGPG1ktlXLJIvrWT0LjkNxlzVP65BY9WcvL9/M86++WJSjRtDSY5 2CVMHpcd5fRP5GfS0O8EqZds1+kKefJED4fc68cAznXXutPRzTcPs4qmErA5O79Sg6I9 GPV6XHQ6tdZS3Q28as5zpA/u72DUFegozxRt7yRgwMb64vDaaFM5uKJs1R8+UGoVxwdv hyiDtZw8Ez41BA0oz3lWoekJ3UEnUekt+3l/kZfxaM0iNAkyRtf2z3IwbV8zLIBeYZEl ItXA== 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=FO5IHVZh4EGxzB5g4uzGCZgIdDZizsR3qqsCR6JYgRo=; b=Mg6M6PaIu6WfS1OBtDJVHe4XOMkf3LQAqcwWckCTGL/K/BbSc/LfT7TQuP1W4KrjMH abZ/I5tBz7Ys7Nxo38rjsYhGyZw0I/T9twjLoyRDRk5C2XkwNh/cttDTYnvqQ9Pupgd0 WyWt2lXIQYy7S8+Wgv+p6r6iMpUBTyadKkJD1t3GxedlfCFjs42z+mIRuWg9pD3QwJGc O3Mn4upjVLKzK94x+5nhI8Jh/ktQMvxv5HuM0cf1y8kJadRmKc/AcNyjAzJjPvW/GNdK 8VKmAASCbjJHei/b6XyG54QGKs7S//K9Jb765DqX76eV5xGNFAnTOoE7rpA/EwdL9luZ TE2g== X-Gm-Message-State: AHPjjUhVrjS2eEQHc9XdwpFgIYliVfAiXCWsquhOREj4ASQ0sXHEsiee Onx1q3hdsRq87kqPqxQbAqvTUCM0 X-Google-Smtp-Source: AOwi7QBQ6CPcgpujghQna00zTkBF7Wvj8uqSHKeOzrs1UJ5nLsCH9247NXfIoDmR0vUJfB/v9fbP+A== X-Received: by 10.223.131.193 with SMTP id 59mr6910115wre.157.1506353069147; Mon, 25 Sep 2017 08:24:29 -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 o3sm1058933wmg.3.2017.09.25.08.24.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 25 Sep 2017 08:24:27 -0700 (PDT) From: Gaetan Rivet To: dev@dpdk.org Cc: Gaetan Rivet Date: Mon, 25 Sep 2017 17:23:59 +0200 Message-Id: <2729e7607fbbae94e5372f3eb4dddbf1049a5e18.1506352671.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 v3 02/13] 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 1849a3b..5092b82 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