commit | 3133d76fc60bce6f3e00efb6c3540f2f449ff569 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Apr 22 13:25:53 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 23 14:18:08 2015 +0800 |
tree | b3415f1d6cc79ab2774a1a0c90491fe3e4741a4c | |
parent | d9b3682ffd6d7fa98195eb64307b70e9a25cc655 [diff] [blame] |
crypto: api - Include linux/fips.h 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>
diff --git a/crypto/algapi.c b/crypto/algapi.c index f835f43..c63836f 100644 --- 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>