From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] drivers: remove Linux EAL from headers include path Date: Thu, 04 Apr 2019 19:42:37 +0200 Message-ID: <1725467.PdDgvF4jAQ@xps> References: <1554281539-20277-1-git-send-email-david.marchand@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: David Marchand Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 152B31B431 for ; Thu, 4 Apr 2019 19:42:41 +0200 (CEST) In-Reply-To: <1554281539-20277-1-git-send-email-david.marchand@redhat.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/04/2019 10:52, David Marchand: > None of those drivers require EAL linux specific headers. > > Signed-off-by: David Marchand > --- > drivers/bus/dpaa/Makefile | 1 - > drivers/bus/pci/Makefile | 1 - > drivers/bus/vmbus/Makefile | 1 - > drivers/crypto/caam_jr/Makefile | 1 - > drivers/crypto/dpaa2_sec/Makefile | 1 - > drivers/crypto/dpaa_sec/Makefile | 1 - > drivers/event/dpaa/Makefile | 1 - > drivers/event/dpaa2/Makefile | 1 - > drivers/mempool/dpaa2/Makefile | 1 - > drivers/net/dpaa/Makefile | 1 - > drivers/net/dpaa2/Makefile | 1 - > drivers/raw/dpaa2_qdma/Makefile | 1 - > 12 files changed, 12 deletions(-) Applied, thanks