rtc: Rename lib_test to test_rtc_lib
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 1 Jul 2025 07:44:39 +0000 (09:44 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 22 Jul 2025 10:56:58 +0000 (12:56 +0200)
commit0c6f0d77ab62ff557fd0cace8284bc67ef7ab79c
tree0c197ff9f7a6f47eea7050912e6695966ee6b0c6
parent0bafe291cb429d39b5ff70bcf7b2f3ab026dcb02
rtc: Rename lib_test to test_rtc_lib

When compiling the RTC library functions test as a module, the module
has the non-descriptive name "lib_test.ko".  Fix this by renaming it to
"test_rtc_lib.ko".

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/47019d7f8ced12107b54a372fdf34b1b8f7b6183.1751355848.git.geert@linux-m68k.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Makefile
drivers/rtc/lib_test.c [deleted file]
drivers/rtc/test_rtc_lib.c [new file with mode: 0644]