diff options
author | Ye Xingchen <ye.xingchen@zte.com.cn> | 2023-03-14 16:31:51 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-03-24 18:22:28 +0800 |
commit | 7e1c64dbe813ae2f8d46b41791247056bf477f6a (patch) | |
tree | 739fc2f7e09887b44f4c6d0171aaf024d3d5add1 | |
parent | 5eb44158f5acfa48ea8f776e2b3a09485e67bac5 (diff) |
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.c | 1 |
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> |