From: Eric Biggers Date: Tue, 13 Oct 2020 23:26:50 +0000 (-0700) Subject: crypto: x86/aes - remove unused file aes_glue.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d4b3984c9e627eacbbf5ee81f9a60eb3191bff8e;p=linux.git crypto: x86/aes - remove unused file aes_glue.c 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 Signed-off-by: Eric Biggers Signed-off-by: Herbert Xu --- diff --git a/arch/x86/crypto/aes_glue.c b/arch/x86/crypto/aes_glue.c deleted file mode 100644 index 7b7dc05fa1a4a..0000000000000 --- a/arch/x86/crypto/aes_glue.c +++ /dev/null @@ -1 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-only