Messages in this thread |  | | | Date | Wed, 18 May 2011 09:03:44 +1000 | | From | Herbert Xu <> | | Subject | Re: [PATCH -next] crypto: fix aesni build on i386 |
| |
On Tue, May 17, 2011 at 11:52:45AM -0700, Randy Dunlap wrote: > From: Randy Dunlap <randy.dunlap@oracle.com> > > Fix build error on i386 by moving function prototypes: > > arch/x86/crypto/aesni-intel_glue.c: In function 'aesni_init': > arch/x86/crypto/aesni-intel_glue.c:1263: error: implicit declaration of function 'crypto_fpu_init' > arch/x86/crypto/aesni-intel_glue.c: In function 'aesni_exit': > arch/x86/crypto/aesni-intel_glue.c:1373: error: implicit declaration of function 'crypto_fpu_exit' > > Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Applied. Thanks Randy! -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |