diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-22 13:25:59 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-04-23 14:18:10 +0800 |
commit | 7be58b1250f471a4548c0fe7a6b4001b62ea1e30 (patch) | |
tree | 04f1e71884c9360a3ff4d9d483f6334f4cd1c835 /crypto | |
parent | 1c41b88249f623a3c92e53aa7cc221b2245bd044 (diff) | |
download | linux-stable-7be58b1250f471a4548c0fe7a6b4001b62ea1e30.tar.gz linux-stable-7be58b1250f471a4548c0fe7a6b4001b62ea1e30.tar.bz2 linux-stable-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 'crypto')
-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 { |