From: Randy Dunlap Date: Wed, 15 Dec 2010 09:58:57 +0000 (+0800) Subject: crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h X-Git-Tag: v2.6.37-rc6~1^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=52f6c5ad430e41736133acac179607b224eaaa11;p=~emulex%2Finfiniband.git crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h Add missing header file: arch/x86/crypto/ghash-clmulni-intel_glue.c:256: error: implicit declaration of function 'IS_ERR' arch/x86/crypto/ghash-clmulni-intel_glue.c:257: error: implicit declaration of function 'PTR_ERR' Signed-off-by: Randy Dunlap Signed-off-by: Herbert Xu --- diff --git a/arch/x86/crypto/ghash-clmulni-intel_glue.c b/arch/x86/crypto/ghash-clmulni-intel_glue.c index cbcc8d8ea93..7a6e68e4f74 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 #include #include #include