projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fcdcfb
)
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
author
Randy Dunlap
<
[email protected]
>
Wed, 15 Dec 2010 09:58:57 +0000
(17:58 +0800)
committer
Herbert 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
patch
|
blob
|
history
diff --git
a/arch/x86/crypto/ghash-clmulni-intel_glue.c
b/arch/x86/crypto/ghash-clmulni-intel_glue.c
index cbcc8d8ea93a9144471fede4aeca15bdb4780203..7a6e68e4f748fc2db4af59f42d4c1caad9460060 100644
(file)
--- 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>