From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bus/fslmc: fix the compilation with clang 3.4 Date: Thu, 19 Apr 2018 18:25:43 +0200 Message-ID: <41194127.BQmV127Brr@xps> References: <1524141159-19909-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Maxime Coquelin , kirill.rybalchenko@intel.com To: Hemant Agrawal Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B54E77EE4 for ; Thu, 19 Apr 2018 18:25:46 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 19/04/2018 15:21, Maxime Coquelin: > On 04/19/2018 02:32 PM, Hemant Agrawal wrote: > > error: redefinition of typedef 'dma_addr_t' is a C11 feature > > [-Werror,-Wtypedef-redefinition] > > > > Fixes: 4bc5ab88dbd6 ("net/dpaa2: fix Tx only mode") > > Cc: stable@dpdk.org > > > > Signed-off-by: Hemant Agrawal > > Tested-by: Maxime Coquelin Applied, thanks