From: Randy Dunlap Date: Tue, 17 May 2011 23:03:34 +0000 (+1000) Subject: crypto: aesni-intel - fix aesni build on i386 X-Git-Tag: v3.0-rc1~371^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bed4aca296fdf9c1b85a8f093e92018dc9864f3;p=pandora-kernel.git crypto: aesni-intel - fix aesni build on i386 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 Signed-off-by: Herbert Xu --- Reading git-diff-tree failed