diff options
Diffstat (limited to 'crypto/fips.c')
-rw-r--r-- | crypto/fips.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/fips.c b/crypto/fips.c index 553970081c62..0f65df997bfe 100644 --- a/crypto/fips.c +++ b/crypto/fips.c @@ -10,7 +10,10 @@ * */ -#include "internal.h" +#include <linux/export.h> +#include <linux/fips.h> +#include <linux/init.h> +#include <linux/kernel.h> int fips_enabled; EXPORT_SYMBOL_GPL(fips_enabled); |