Re: [PATCH] crypto: camellia: add missing declarations

2017-01-27 Thread Nicholas Mc Guire
On Mon, Jan 23, 2017 at 10:02:37PM +0800, Herbert Xu wrote: > On Mon, Jan 16, 2017 at 05:06:51PM +0100, Nicholas Mc Guire wrote: > > Add declarations for the camellia substitution box to allow a clean build. > > > > Signed-off-by: Nicholas Mc Guire > > --- > > Problem reported by sparse > > arch/

Re: [PATCH] crypto: camellia: add missing declarations

2017-01-23 Thread Herbert Xu
On Mon, Jan 16, 2017 at 05:06:51PM +0100, Nicholas Mc Guire wrote: > Add declarations for the camellia substitution box to allow a clean build. > > Signed-off-by: Nicholas Mc Guire > --- > Problem reported by sparse > arch/x86/crypto/camellia_glue.c:65:21: warning: symbol 'camellia_sp1000' >

[PATCH] crypto: camellia: add missing declarations

2017-01-16 Thread Nicholas Mc Guire
Add declarations for the camellia substitution box to allow a clean build. Signed-off-by: Nicholas Mc Guire --- Problem reported by sparse arch/x86/crypto/camellia_glue.c:65:21: warning: symbol 'camellia_sp1000' was not declared. Should it be static? arch/x86/crypto/camellia_glue.c:154:21: w