[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101214162641.3e229f12.randy.dunlap@oracle.com>
Date: Tue, 14 Dec 2010 16:26:41 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>, linux-crypto@...r.kernel.org
Cc: Herbert Xu <herbert@...dor.hengli.com.au>,
akpm <akpm@...ux-foundation.org>
Subject: [PATCH] crypto: ghash-clmulni-intel_glue needs err.h
From: Randy Dunlap <randy.dunlap@...cle.com>
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 <randy.dunlap@...cle.com>
---
arch/x86/crypto/ghash-clmulni-intel_glue.c | 1 +
1 file changed, 1 insertion(+)
--- linux-next-20101214.orig/arch/x86/crypto/ghash-clmulni-intel_glue.c
+++ linux-next-20101214/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>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists