diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-22 07:25:59 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-23 08:18:10 +0200 |
commit | 7be58b1250f471a4548c0fe7a6b4001b62ea1e30 (patch) | |
tree | 04f1e71884c9360a3ff4d9d483f6334f4cd1c835 /crypto/internal.h | |
parent | crypto: testmgr - Include linux/fips.h for fips_enabled (diff) | |
download | linux-7be58b1250f471a4548c0fe7a6b4001b62ea1e30.tar.xz linux-7be58b1250f471a4548c0fe7a6b4001b62ea1e30.zip |
crypto: api - Remove linux/fips.h from internal.h
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>
Diffstat (limited to '')
-rw-r--r-- | crypto/internal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/internal.h b/crypto/internal.h index ed7a70c6dbc1..00e42a3ed814 100644 --- 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 { |