projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb4415
)
crypto: p10-aes-gcm - remove duplicate include header
author
Ye Xingchen
<ye.xingchen@zte.com.cn>
Tue, 14 Mar 2023 08:31:51 +0000
(16:31 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Fri, 24 Mar 2023 10:22:28 +0000
(18:22 +0800)
crypto/algapi.h is included more than once.
Signed-off-by: Ye Xingchen <ye.xingchen@zte.com.cn>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/aes-gcm-p10-glue.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/crypto/aes-gcm-p10-glue.c
b/arch/powerpc/crypto/aes-gcm-p10-glue.c
index c95f5b7cc456ecbc483b6fe309db06ec84fa84ea..1533c8cdd26fce9539b70da8dfb2228629698358 100644
(file)
--- 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>