From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] crypto/caam_jr: fix redefinition error Date: Wed, 24 Oct 2018 22:41:44 +0200 Message-ID: <2283226.5hkYxUtCBt@xps> References: <20181023115322.16134-1-g.singh@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Akhil Goyal To: Gagandeep Singh Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 325BD4CA0 for ; Wed, 24 Oct 2018 22:41:43 +0200 (CEST) In-Reply-To: <20181023115322.16134-1-g.singh@nxp.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" 23/10/2018 13:54, Gagandeep Singh: > dma_addr_t is already defined in compat.h. > so removing the local definition from caam_jr_config.h > > Fixes: b70a67ab70 ("crypto/caam_jr: add HW tuning options") > > Signed-off-by: Gagandeep Singh Applied, thanks