summaryrefslogtreecommitdiff
path: root/crypto/algapi.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-04-22 13:25:53 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-04-23 14:18:08 +0800
commitb900dfff33bc0d7c637ba21f3de973f9f2eaa46c (patch)
tree6facc409f60c3f80cd4cba376b6b41b0697e02ed /crypto/algapi.c
parent0391cb165ed18d52f45d5144ee338ac44c851704 (diff)
downloadlinux-crypto-b900dfff33bc0d7c637ba21f3de973f9f2eaa46c.tar.gz
linux-crypto-b900dfff33bc0d7c637ba21f3de973f9f2eaa46c.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 f835f439..c63836f4 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>