]> git.ipfire.org Git - thirdparty/linux.git/commit
mips: cavium-octeon: Move octeon-crypto.h into asm directory
authorEric Biggers <ebiggers@kernel.org>
Mon, 30 Jun 2025 16:03:13 +0000 (09:03 -0700)
committerEric Biggers <ebiggers@kernel.org>
Mon, 30 Jun 2025 16:26:19 +0000 (09:26 -0700)
commitecac3068ffc28324070e96c46d171b5431215c0d
tree6fb6de85ecba9e376d5014f15af2792baeb9db54
parent60e3f1e9b7a57567c2f3b3ae013e3e292cf6d115
mips: cavium-octeon: Move octeon-crypto.h into asm directory

Since arch/mips/cavium-octeon/crypto/octeon-crypto.h is now needed
outside of its directory, move it to
arch/mips/include/asm/octeon/crypto.h so that it can be included as
<asm/octeon/crypto.h>.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20250630160320.2888-10-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
arch/mips/cavium-octeon/crypto/octeon-crypto.c
arch/mips/cavium-octeon/crypto/octeon-md5.c
arch/mips/cavium-octeon/crypto/octeon-sha1.c
arch/mips/cavium-octeon/crypto/octeon-sha256.c
arch/mips/cavium-octeon/crypto/octeon-sha512.c
arch/mips/include/asm/octeon/crypto.h [moved from arch/mips/cavium-octeon/crypto/octeon-crypto.h with 100% similarity]