linux-stable/drivers/mtd/tests
Arnd Bergmann 52cfbd6d9a mtd: make mtd_test.c a separate module
[ Upstream commit a5cf054d32 ]

This file gets linked into nine different modules, which causes a warning:

scripts/Makefile.build:236: drivers/mtd/tests/Makefile: mtd_test.o is added to multiple modules: mtd_nandbiterrs mtd_oobtest mtd_pagetest mtd_readtest mtd_speedtest mtd_stresstest mtd_subpagetest mtd_torturetest

Make it a separate module instead.

Fixes: a995c79228 ("mtd: tests: rename sources in order to link a helper object")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240529095049.1915393-1-arnd@kernel.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-08-03 08:54:00 +02:00
..
Makefile mtd: make mtd_test.c a separate module 2024-08-03 08:54:00 +02:00
mtd_nandecctest.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
mtd_test.c mtd: make mtd_test.c a separate module 2024-08-03 08:54:00 +02:00
mtd_test.h
nandbiterrs.c
oobtest.c
pagetest.c
readtest.c
speedtest.c treewide: use get_random_bytes() when possible 2022-10-11 17:42:58 -06:00
stresstest.c treewide: use get_random_u32_below() instead of deprecated function 2022-11-18 02:15:15 +01:00
subpagetest.c
torturetest.c