From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] bus/fslmc: fix the compilation with clang 3.4 Date: Thu, 19 Apr 2018 15:21:11 +0200 Message-ID: References: <1524141159-19909-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: kirill.rybalchenko@intel.com To: Hemant Agrawal , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by dpdk.org (Postfix) with ESMTP id B00C27EB0 for ; Thu, 19 Apr 2018 15:21:14 +0200 (CEST) In-Reply-To: <1524141159-19909-1-git-send-email-hemant.agrawal@nxp.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Hemant, 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 > --- > drivers/bus/fslmc/qbman/include/fsl_qbman_base.h | 2 -- > drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 3 +++ > drivers/net/dpaa2/dpaa2_rxtx.c | 4 ++-- > 3 files changed, 5 insertions(+), 4 deletions(-) > Tested-by: Maxime Coquelin Thanks! Maxime