]> Git Repo - linux.git/commitdiff
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
authorRandy Dunlap <[email protected]>
Wed, 15 Dec 2010 09:58:57 +0000 (17:58 +0800)
committerHerbert Xu <[email protected]>
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 <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
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>
This page took 0.056696 seconds and 4 git commands to generate.