aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorYe Xingchen <ye.xingchen@zte.com.cn>2023-03-14 16:31:51 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2023-03-24 18:22:28 +0800
commit7e1c64dbe813ae2f8d46b41791247056bf477f6a (patch)
tree739fc2f7e09887b44f4c6d0171aaf024d3d5add1
parentcrypto: stm32 - Use devm_platform_get_and_ioremap_resource() (diff)
downloadwireguard-linux-7e1c64dbe813ae2f8d46b41791247056bf477f6a.tar.xz
wireguard-linux-7e1c64dbe813ae2f8d46b41791247056bf477f6a.zip
crypto: p10-aes-gcm - remove duplicate include header
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>
-rw-r--r--arch/powerpc/crypto/aes-gcm-p10-glue.c1
1 files changed, 0 insertions, 1 deletions
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>