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:
1c41b88
)
crypto: api - Remove linux/fips.h from internal.h
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Apr 2015 05:25:59 +0000
(13:25 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 23 Apr 2015 06:18:10 +0000
(14:18 +0800)
Now that all fips_enabled users are including linux/fips.h directly
instead of getting it through internal.h, we can remove the fips.h
inclusions from internal.h.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/internal.h
patch
|
blob
|
blame
|
history
diff --git
a/crypto/internal.h
b/crypto/internal.h
index ed7a70c6dbc1f04209e4a2bd94f1d7ab2b908177..00e42a3ed81431638b78a8df1616de978da1eaa6 100644
(file)
--- a/
crypto/internal.h
+++ b/
crypto/internal.h
@@
-25,7
+25,6
@@
#include <linux/notifier.h>
#include <linux/rwsem.h>
#include <linux/slab.h>
-#include <linux/fips.h>
/* Crypto notification events. */
enum {