Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mips: cavium-octeon: Move octeon-crypto.c into parent dir

Since octeon-crypto.c is the only remaining source file in
arch/mips/cavium-octeon/crypto/, move it into its parent directory
arch/mips/cavium-octeon/. Then remove the directory
arch/mips/cavium-octeon/crypto/, including its Makefile.

Link: https://lore.kernel.org/r/20250805222855.10362-4-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>

+1 -7
+1 -1
arch/mips/cavium-octeon/Makefile
··· 11 11 12 12 obj-y := cpu.o setup.o octeon-platform.o octeon-irq.o csrc-octeon.o 13 13 obj-y += dma-octeon.o 14 + obj-y += octeon-crypto.o 14 15 obj-y += octeon-memcpy.o 15 16 obj-y += executive/ 16 - obj-y += crypto/ 17 17 18 18 obj-$(CONFIG_MTD) += flash_setup.o 19 19 obj-$(CONFIG_SMP) += smp.o
-6
arch/mips/cavium-octeon/crypto/Makefile
··· 1 - # SPDX-License-Identifier: GPL-2.0 2 - # 3 - # OCTEON-specific crypto modules. 4 - # 5 - 6 - obj-y += octeon-crypto.o
arch/mips/cavium-octeon/crypto/octeon-crypto.c arch/mips/cavium-octeon/octeon-crypto.c