Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751717AbbFYPmH (ORCPT ); Thu, 25 Jun 2015 11:42:07 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:36514 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbbFYPl5 (ORCPT ); Thu, 25 Jun 2015 11:41:57 -0400 MIME-Version: 1.0 In-Reply-To: <20150625153006.GA11513@gondor.apana.org.au> References: <1435221470-5382-1-git-send-email-simon.guinot@sequanux.org> <20150625153006.GA11513@gondor.apana.org.au> From: Paul Gortmaker Date: Thu, 25 Jun 2015 11:41:26 -0400 X-Google-Sender-Auth: z41uTeEWtZMDi_tSni6t-DUaEik Message-ID: Subject: Re: [PATCH] crypto: mv_cesa - fix up for of_get_named_gen_pool() rename To: Herbert Xu Cc: Simon Guinot , Boris Brezillon , Lior Amsalem , Andrew Lunn , Nadav Haklai , Mark Rutland , Russell King - ARM Linux , Tawfik Bayouk , Eran Ben-Avi , Jason Gunthorpe , "linux-next@vger.kernel.org" , Sebastian Hesselbarth , devicetree@vger.kernel.org, Jason Cooper , Pawel Moll , Ian Campbell , Arnaud Ebalard , Rob Herring , Gregory CLEMENT , "linux-arm-kernel@lists.infradead.org" , Thomas Petazzoni , LKML , linux-crypto@vger.kernel.org, Kumar Gala , Imre Kaloz , "David S. Miller" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1529 Lines: 37 On Thu, Jun 25, 2015 at 11:30 AM, Herbert Xu wrote: > On Thu, Jun 25, 2015 at 10:37:50AM +0200, Simon Guinot wrote: >> This patch fixes the following build error: >> >> drivers/crypto/mv_cesa.c: In function 'mv_cesa_get_sram': >> drivers/crypto/mv_cesa.c:1037: error: implicit declaration of function 'of_get_named_gen_pool' >> drivers/crypto/mv_cesa.c:1038: warning: assignment makes pointer from integer without a cast >> scripts/Makefile.build:258: recipe for target 'drivers/crypto/mv_cesa.o' failed >> >> Signed-off-by: Simon Guinot > > This patch doesn't compile. As sfr pointed out, this is an interaction with a rename patch in the akpm tree; sfr added a fixup patch here last night: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/commit/?h=akpm "crypto: marvell/cesa - another fix up for of_get_named_gen_pool() rename" Paul. -- > -- > Email: Herbert Xu > Home Page: http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt > -- > To unsubscribe from this list: send the line "unsubscribe linux-next" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/