Re: [PATCH] crypto/caam: Export gen_split_key symbol for other modules

2012-09-06 Thread Herbert Xu
On Fri, Aug 24, 2012 at 06:35:50PM -0500, Kim Phillips wrote: > On Thu, 23 Aug 2012 18:39:57 -0400 > Ben Collins wrote: > > > In 3.6-rc3, without this patch, the following error occurs with a modular > > build: > > > > ERROR: "gen_split_key" [drivers/crypto/caam/caamhash.ko] undefined! > > ERRO

Re: [PATCH] crypto/caam: Export gen_split_key symbol for other modules

2012-08-24 Thread Kim Phillips
On Thu, 23 Aug 2012 18:39:57 -0400 Ben Collins wrote: > In 3.6-rc3, without this patch, the following error occurs with a modular > build: > > ERROR: "gen_split_key" [drivers/crypto/caam/caamhash.ko] undefined! > ERROR: "gen_split_key" [drivers/crypto/caam/caamalg.ko] undefined! > > Signed-off

[PATCH] crypto/caam: Export gen_split_key symbol for other modules

2012-08-23 Thread Ben Collins
In 3.6-rc3, without this patch, the following error occurs with a modular build: ERROR: "gen_split_key" [drivers/crypto/caam/caamhash.ko] undefined! ERROR: "gen_split_key" [drivers/crypto/caam/caamalg.ko] undefined! Signed-off-by: Ben Collins Cc: Herbert Xu Cc: Yuan Kang diff --git a/drivers/