Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3133d76f authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d9b3682f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>