]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
rtc: jz4740: drop unused module alias
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 23 Apr 2025 13:03:15 +0000 (15:03 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 24 May 2025 21:58:23 +0000 (23:58 +0200)
The driver only support OF probe so drop the unused platform module
alias.

Fixes: 24e1f2c9383e ("rtc: ingenic: Only support probing from devicetree")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Acked-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20250423130318.31244-5-johan+linaro@kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-jz4740.c

index 44bba356268ca9488a5f4d5da7d5eaf97dbf774a..11fce47be780bb4ccb02e3fa573040ec147924a5 100644 (file)
@@ -437,4 +437,3 @@ module_platform_driver(jz4740_rtc_driver);
 MODULE_AUTHOR("Lars-Peter Clausen <lars@metafoo.de>");
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("RTC driver for the JZ4740 SoC\n");
-MODULE_ALIAS("platform:jz4740-rtc");