All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: p10-aes-gcm - remove duplicate include header
@ 2023-03-14  8:31 ` ye.xingchen
  0 siblings, 0 replies; 16+ messages in thread
From: ye.xingchen @ 2023-03-14  8:31 UTC (permalink / raw)
  To: herbert
  Cc: davem, mpe, npiggin, christophe.leroy, linux-crypto, linuxppc-dev,
	linux-kernel

From: Ye Xingchen <ye.xingchen@zte.com.cn>

crypto/algapi.h is included more than once.

Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
---
 arch/powerpc/crypto/aes-gcm-p10-glue.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/crypto/aes-gcm-p10-glue.c b/arch/powerpc/crypto/aes-gcm-p10-glue.c
index c95f5b7cc456..1533c8cdd26f 100644
--- a/arch/powerpc/crypto/aes-gcm-p10-glue.c
+++ b/arch/powerpc/crypto/aes-gcm-p10-glue.c
@@ -8,7 +8,6 @@
 #include <asm/unaligned.h>
 #include <asm/simd.h>
 #include <asm/switch_to.h>
-#include <crypto/algapi.h>
 #include <crypto/aes.h>
 #include <crypto/algapi.h>
 #include <crypto/b128ops.h>
-- 
2.25.1

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

end of thread, other threads:[~2023-03-24 10:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14  8:31 [PATCH] crypto: p10-aes-gcm - remove duplicate include header ye.xingchen
2023-03-14  8:31 ` ye.xingchen
2023-03-14  8:47 ` Christophe Leroy
2023-03-14  8:47   ` Christophe Leroy
2023-03-14  8:49   ` Herbert Xu
2023-03-14  8:49     ` Herbert Xu
2023-03-14 10:44     ` Michael Ellerman
2023-03-14 10:44       ` Michael Ellerman
2023-03-15  3:35       ` Herbert Xu
2023-03-15  3:35         ` Herbert Xu
2023-03-16  3:58         ` Michael Ellerman
2023-03-16  3:58           ` Michael Ellerman
2023-03-16  4:03           ` Herbert Xu
2023-03-16  4:03             ` Herbert Xu
2023-03-24 10:28 ` Herbert Xu
2023-03-24 10:28   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.