]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
MIPS: Remove unused arch/mips/crypto directory
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Sun, 17 May 2026 03:20:56 +0000 (20:20 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 May 2026 12:25:30 +0000 (20:25 +0800)
commit2f07f4192687a4fd7352c30bb01160f02f10e9d6
treeaa119e1b1f669efc185b01cef646294173519925
parent42e4579846d58ec790c4cde4094a1b5f80b13703
MIPS: Remove unused arch/mips/crypto directory

The last MIPS crypto code was moved to lib/crypto/mips in
commit c9e5ac0ab9d1 ("lib/crypto: mips/md5: Migrate optimized code into
library"). However, arch/mips/crypto still contains stub Kconfig,
Makefile, and .gitignore files. Remove these unnecessary files.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/mips/Makefile
arch/mips/crypto/.gitignore [deleted file]
arch/mips/crypto/Kconfig [deleted file]
arch/mips/crypto/Makefile [deleted file]
crypto/Kconfig