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

Commit 1c41b882 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: testmgr - 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.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent daf0944c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@

#include <crypto/hash.h>
#include <linux/err.h>
#include <linux/fips.h>
#include <linux/module.h>
#include <linux/scatterlist.h>
#include <linux/slab.h>