Skip to content

Commit

Permalink
crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Herbert Xu committed Dec 15, 2010
1 parent 0fcdcfb commit 52f6c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/crypto/ghash-clmulni-intel_glue.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 52f6c5a

Please sign in to comment.