From: Herbert Xu Date: Wed, 22 Apr 2015 05:25:57 +0000 (+0800) Subject: crypto: tcrypt - Include linux/fips.h for fips_enabled X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=daf0944cfb1fd2f6ca17fd4ed1ecbbef63d8f8f8;p=linux-beck.git crypto: tcrypt - Include linux/fips.h for fips_enabled All users of fips_enabled should include linux/fips.h directly instead of getting it through internal.h which is reserved for internal crypto API implementors. Signed-off-by: Herbert Xu --- diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index bf41c34da720..22cdd61e6cec 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include @@ -34,7 +35,6 @@ #include #include #include "tcrypt.h" -#include "internal.h" /* * Need slab memory for testing (size in number of pages).