From patchwork Thu Jul 23 07:15:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Marchand X-Patchwork-Id: 6559 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 0435EC326; Thu, 23 Jul 2015 09:15:47 +0200 (CEST) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 072009AD8 for ; Thu, 23 Jul 2015 09:15:44 +0200 (CEST) Received: by wibud3 with SMTP id ud3so10571228wib.1 for ; Thu, 23 Jul 2015 00:15:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=TakIuMP5r8NOogBEqh2+v2b4Dy5FgjyLTX0Aaq5Wn7Y=; b=c+0ic3lwBRNLpPa6AUqcD3VU3S1T1Y0+sgmu8/7+sCj5bpASXq8bQ7XGJD+qXmNfyo HTc+X0t6mRzWclzhcmLtbZgRAOAhJENRi5wR7HyjSPtEqqzkdFz1aKU/T15mRCkfv5S7 aU4ZurxtWpBJsASGRj6vyEpDxsasw9gMn5jqdZFcybu+ImE3WZ7R1cQUj4LA6hgsxPcS nOvkWbfIz4dfV8GfmUNgJwyLf3fAD24YnHXDH1lGIyOMtButhQ8wbhQqwgoheQkPhP/Q 5GkjMk8xe0zOPG47ZcvJvCecnpoC0SmWbYouEsbGm0F0gdY8DcpvVu7XKNX2UXUh6MRB NeSA== X-Gm-Message-State: ALoCoQm1TUM4HipbdPSOPirZ42YRMnZLFj9gYChrGDvM/QBmwlRt6Ms9I5bl4G7q2TLKjOOWkb2X X-Received: by 10.194.60.131 with SMTP id h3mr12573540wjr.156.1437635743935; Thu, 23 Jul 2015 00:15:43 -0700 (PDT) Received: from glop.lan (pla78-2-82-240-54-55.fbx.proxad.net. [82.240.54.55]) by smtp.gmail.com with ESMTPSA id fb3sm25670111wib.21.2015.07.23.00.15.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 23 Jul 2015 00:15:43 -0700 (PDT) From: David Marchand To: dev@dpdk.org Date: Thu, 23 Jul 2015 09:15:32 +0200 Message-Id: <1437635732-29113-3-git-send-email-david.marchand@6wind.com> X-Mailer: git-send-email 2.4.6 In-Reply-To: <1437635732-29113-1-git-send-email-david.marchand@6wind.com> References: <1437635732-29113-1-git-send-email-david.marchand@6wind.com> Subject: [dpdk-dev] [PATCH 2/2] eal: remove useless header inclusion X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Signed-off-by: David Marchand --- app/test-pmd/cmdline.c | 1 - lib/librte_eal/bsdapp/eal/eal_pci.c | 1 - lib/librte_eal/linuxapp/eal/eal_pci.c | 1 - lib/librte_eal/linuxapp/eal/eal_pci_uio.c | 1 - 4 files changed, 4 deletions(-) diff --git a/app/test-pmd/cmdline.c b/app/test-pmd/cmdline.c index 8ab4687..f516b84 100644 --- a/app/test-pmd/cmdline.c +++ b/app/test-pmd/cmdline.c @@ -84,7 +84,6 @@ #include #include #include -#include #ifdef RTE_LIBRTE_PMD_BOND #include #endif diff --git a/lib/librte_eal/bsdapp/eal/eal_pci.c b/lib/librte_eal/bsdapp/eal/eal_pci.c index ed31222..524c153 100644 --- a/lib/librte_eal/bsdapp/eal/eal_pci.c +++ b/lib/librte_eal/bsdapp/eal/eal_pci.c @@ -67,7 +67,6 @@ #include #include -#include "rte_pci_dev_ids.h" #include "eal_filesystem.h" #include "eal_private.h" diff --git a/lib/librte_eal/linuxapp/eal/eal_pci.c b/lib/librte_eal/linuxapp/eal/eal_pci.c index 9a28ede..5ac1571 100644 --- a/lib/librte_eal/linuxapp/eal/eal_pci.c +++ b/lib/librte_eal/linuxapp/eal/eal_pci.c @@ -41,7 +41,6 @@ #include #include -#include "rte_pci_dev_ids.h" #include "eal_filesystem.h" #include "eal_private.h" #include "eal_pci_init.h" diff --git a/lib/librte_eal/linuxapp/eal/eal_pci_uio.c b/lib/librte_eal/linuxapp/eal/eal_pci_uio.c index c35feb4..8bbcef0 100644 --- a/lib/librte_eal/linuxapp/eal/eal_pci_uio.c +++ b/lib/librte_eal/linuxapp/eal/eal_pci_uio.c @@ -45,7 +45,6 @@ #include #include -#include "rte_pci_dev_ids.h" #include "eal_filesystem.h" #include "eal_pci_init.h"