diff options
author | Guo Zhengkui | 2021-11-29 16:34:56 +0800 |
---|---|---|
committer | Herbert Xu | 2021-12-11 16:48:05 +1100 |
commit | 3219c2b1bd4c4ed19f35bd83e3059c94077616e4 (patch) | |
tree | 97822b17a1dddc294f1553642ec6bf6e574524f7 /crypto/dh.c | |
parent | 0ea275df84c389e910a3575a9233075118c173ee (diff) |
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>
Diffstat (limited to 'crypto/dh.c')
-rw-r--r-- | crypto/dh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/dh.c b/crypto/dh.c index 38557e64b4b3..27e62a2a8027 100644 --- a/crypto/dh.c +++ b/crypto/dh.c @@ -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 { |