crypto: dh - remove duplicate includes

Remove a duplicate #include <linux/fips.h>.

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Guo Zhengkui 2021-11-29 16:34:56 +08:00 committed by Herbert Xu
parent 0ea275df84
commit 3219c2b1bd
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include <crypto/internal/kpp.h>
#include <crypto/kpp.h>
#include <crypto/dh.h>
#include <linux/fips.h>
#include <linux/mpi.h>
struct dh_ctx {