projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9b3682
)
crypto: api - Include linux/fips.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 05:25:53 +0000
(13:25 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 06:18:08 +0000
(14:18 +0800)
All users of fips_enabled should include linux/fips.h directly
instead of getting it through internal.h.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/algapi.c
patch
|
blob
|
blame
|
history
diff --git
a/crypto/algapi.c
b/crypto/algapi.c
index f835f439bb23f4601574fa3fa742ca15300efb0e..c63836f4ff64b5bb0ba51041d7cc5af1bbd928c6 100644
(file)
--- a/
crypto/algapi.c
+++ b/
crypto/algapi.c
@@
-12,6
+12,7
@@
#include <linux/err.h>
#include <linux/errno.h>
+#include <linux/fips.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/list.h>