linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: DH: remove duplicate includes
@ 2021-11-29  8:34 Guo Zhengkui
  2021-12-11  5:55 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Guo Zhengkui @ 2021-11-29  8:34 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller, open list:CRYPTO API, open list
  Cc: kernel, Guo Zhengkui

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

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
---
 crypto/dh.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/crypto/dh.c b/crypto/dh.c
index 38557e64b4b3..27e62a2a8027 100644
--- a/crypto/dh.c
+++ b/crypto/dh.c
@@ -7,13 +7,12 @@
 
 #include <linux/fips.h>
 #include <linux/module.h>
 #include <crypto/internal/kpp.h>
 #include <crypto/kpp.h>
 #include <crypto/dh.h>
-#include <linux/fips.h>
 #include <linux/mpi.h>
 
 struct dh_ctx {
 	MPI p;	/* Value is guaranteed to be set. */
 	MPI q;	/* Value is optional. */
 	MPI g;	/* Value is guaranteed to be set. */
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] crypto: DH: remove duplicate includes
  2021-11-29  8:34 [PATCH] crypto: DH: remove duplicate includes Guo Zhengkui
@ 2021-12-11  5:55 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2021-12-11  5:55 UTC (permalink / raw)
  To: Guo Zhengkui; +Cc: David S. Miller, open list:CRYPTO API, open list, kernel

On Mon, Nov 29, 2021 at 04:34:56PM +0800, Guo Zhengkui wrote:
> Remove a duplicate #include <linux/fips.h>.
> 
> Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
> ---
>  crypto/dh.c | 1 -
>  1 file changed, 1 deletion(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-11  5:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-29  8:34 [PATCH] crypto: DH: remove duplicate includes Guo Zhengkui
2021-12-11  5:55 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).