On Thu, Dec 31, 2020 at 06:23:37PM +0100, Ard Biesheuvel wrote: > The Camellia, Serpent and Twofish related header files only contain > declarations that are shared between different implementations of the > respective algorithms residing under arch/x86/crypto, and none of their > contents should be used elsewhere. So move the header files into the > same location, and use local #includes instead. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/x86/{include/asm => }/crypto/camellia.h | 0 > arch/x86/crypto/camellia_aesni_avx2_glue.c | 2 +- > arch/x86/crypto/camellia_aesni_avx_glue.c | 2 +- > arch/x86/crypto/camellia_glue.c | 2 +- > arch/x86/{include/asm => }/crypto/serpent-avx.h | 0 > arch/x86/{include/asm => }/crypto/serpent-sse2.h | 0 > arch/x86/crypto/serpent_avx2_glue.c | 2 +- > arch/x86/crypto/serpent_avx_glue.c | 2 +- > arch/x86/crypto/serpent_sse2_glue.c | 2 +- > arch/x86/{include/asm => }/crypto/twofish.h | 0 > arch/x86/crypto/twofish_avx_glue.c | 2 +- > arch/x86/crypto/twofish_glue_3way.c | 2 +- > 12 files changed, 8 insertions(+), 8 deletions(-) Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>