summaryrefslogtreecommitdiffstats
path: root/crypto/algapi.c
diff options
context:
space:
mode:
authorHerbert Xu2015-04-22 07:25:53 +0200
committerHerbert Xu2015-04-23 08:18:08 +0200
commit3133d76fc60bce6f3e00efb6c3540f2f449ff569 (patch)
treeb3415f1d6cc79ab2774a1a0c90491fe3e4741a4c /crypto/algapi.c
parentcrypto: caam - Remove bogus references to crypto API internals (diff)
downloadkernel-qcow2-linux-3133d76fc60bce6f3e00efb6c3540f2f449ff569.tar.gz
kernel-qcow2-linux-3133d76fc60bce6f3e00efb6c3540f2f449ff569.tar.xz
kernel-qcow2-linux-3133d76fc60bce6f3e00efb6c3540f2f449ff569.zip
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>
Diffstat (limited to 'crypto/algapi.c')
-rw-r--r--crypto/algapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/algapi.c b/crypto/algapi.c
index f835f439bb23..c63836f4ff64 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>