summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-12-16 02:24:05 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2010-12-16 02:24:05 +0100
commitc01c8106f43ec7e460eeb56c7a8ae666acdfe5a0 (patch)
tree8d0d795f813db782ef950a1c0391c5755be007c1 /arch/x86
parentMerge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt... (diff)
parentcrypto: ghash-intel - ghash-clmulni-intel_glue needs err.h (diff)
downloadlinux-c01c8106f43ec7e460eeb56c7a8ae666acdfe5a0.tar.xz
linux-c01c8106f43ec7e460eeb56c7a8ae666acdfe5a0.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6: crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/crypto/ghash-clmulni-intel_glue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/crypto/ghash-clmulni-intel_glue.c b/arch/x86/crypto/ghash-clmulni-intel_glue.c
index cbcc8d8ea93a..7a6e68e4f748 100644
--- a/arch/x86/crypto/ghash-clmulni-intel_glue.c
+++ b/arch/x86/crypto/ghash-clmulni-intel_glue.c
@@ -10,6 +10,7 @@
* by the Free Software Foundation.
*/
+#include <linux/err.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/kernel.h>