summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/fips.c5
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
15int fips_enabled; 18int fips_enabled;
16EXPORT_SYMBOL_GPL(fips_enabled); 19EXPORT_SYMBOL_GPL(fips_enabled);