提交 76450f93 编写于 作者: H Herbert Xu

crypto: fips - Remove bogus inclusion of internal.h

The header file internal.h is only meant for internal crypto API
implementors such as rng.c.  So fips has no business in including
it.

This patch removes that inclusions and instead adds inclusions of
the actual features used by fips.
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 3133d76f
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册