linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: p10-aes-gcm - remove duplicate include header
@ 2023-03-14  8:31 ye.xingchen
  2023-03-14  8:47 ` Christophe Leroy
  2023-03-24 10:28 ` Herbert Xu
  0 siblings, 2 replies; 8+ messages in thread
From: ye.xingchen @ 2023-03-14  8:31 UTC (permalink / raw)
  To: herbert; +Cc: linux-kernel, npiggin, linuxppc-dev, davem, linux-crypto

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] 8+ messages in thread

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

Thread overview: 8+ 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:47 ` Christophe Leroy
2023-03-14  8:49   ` Herbert Xu
2023-03-14 10:44     ` Michael Ellerman
2023-03-15  3:35       ` Herbert Xu
2023-03-16  3:58         ` Michael Ellerman
2023-03-16  4:03           ` Herbert Xu
2023-03-24 10:28 ` 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).