diff options
Diffstat (limited to 'crypto')
-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 @@ | |||
10 | * | 10 | * |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include "internal.h" | 13 | #include <linux/export.h> |
14 | #include <linux/fips.h> | ||
15 | #include <linux/init.h> | ||
16 | #include <linux/kernel.h> | ||
14 | 17 | ||
15 | int fips_enabled; | 18 | int fips_enabled; |
16 | EXPORT_SYMBOL_GPL(fips_enabled); | 19 | EXPORT_SYMBOL_GPL(fips_enabled); |