From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul.gortmaker@windriver.com (Paul Gortmaker) Date: Thu, 25 Jun 2015 11:41:26 -0400 Subject: [PATCH] crypto: mv_cesa - fix up for of_get_named_gen_pool() rename 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> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html