]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 15 Dec 2010 09:58:57 +0000 (17:58 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Dec 2010 11:44:08 +0000 (19:44 +0800)
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@oracle.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/x86/crypto/ghash-clmulni-intel_glue.c

index cbcc8d8ea93a9144471fede4aeca15bdb4780203..7a6e68e4f748fc2db4af59f42d4c1caad9460060 100644 (file)
@@ -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>