* [PATCH] crypto: x86 - remove unused file aes_glue.c
@ 2020-10-13 23:26 Eric Biggers
2020-10-30 6:50 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2020-10-13 23:26 UTC (permalink / raw)
To: linux-crypto; +Cc: Ard Biesheuvel
From: Eric Biggers <ebiggers@google.com>
Commit 1d2c3279311e ("crypto: x86/aes - drop scalar assembler
implementations") was meant to remove aes_glue.c, but it actually left
it as an unused one-line file. Remove this unused file.
Cc: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
---
arch/x86/crypto/aes_glue.c | 1 -
1 file changed, 1 deletion(-)
delete mode 100644 arch/x86/crypto/aes_glue.c
diff --git a/arch/x86/crypto/aes_glue.c b/arch/x86/crypto/aes_glue.c
deleted file mode 100644
index 7b7dc05fa1a4..000000000000
--- a/arch/x86/crypto/aes_glue.c
+++ /dev/null
@@ -1 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-only
--
2.28.0.1011.ga647a8990f-goog
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] crypto: x86 - remove unused file aes_glue.c
2020-10-13 23:26 [PATCH] crypto: x86 - remove unused file aes_glue.c Eric Biggers
@ 2020-10-30 6:50 ` Herbert Xu
0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2020-10-30 6:50 UTC (permalink / raw)
To: Eric Biggers; +Cc: linux-crypto, ardb
Eric Biggers <ebiggers@kernel.org> wrote:
> From: Eric Biggers <ebiggers@google.com>
>
> Commit 1d2c3279311e ("crypto: x86/aes - drop scalar assembler
> implementations") was meant to remove aes_glue.c, but it actually left
> it as an unused one-line file. Remove this unused file.
>
> Cc: Ard Biesheuvel <ardb@kernel.org>
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
> arch/x86/crypto/aes_glue.c | 1 -
> 1 file changed, 1 deletion(-)
> delete mode 100644 arch/x86/crypto/aes_glue.c
Patch applied. Thanks.
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-30 6:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13 23:26 [PATCH] crypto: x86 - remove unused file aes_glue.c Eric Biggers
2020-10-30 6:50 ` 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.