瀏覽代碼

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: Herbert Xu <herbert@gondor.apana.org.au>
Herbert Xu 10 年之前
父節點
當前提交
3133d76fc6
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      crypto/algapi.c

+ 1 - 0
crypto/algapi.c

@@ -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>