Skip to content

Commit 149834a

Browse files
jhovoldalexandrebelloni
authored andcommitted
rtc: s3c: drop unused module alias
The driver only support OF probe so drop the unused platform module alias. Fixes: ae05c95 ("rtc: s3c: add s3c_rtc_data structure to use variant data instead of s3c_cpu_type") Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Fixes: 0d297df ("ARM: s3c: simplify platform code") Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250423130318.31244-7-johan+linaro@kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent d5e85c8 commit 149834a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/rtc/rtc-s3c.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,4 +609,3 @@ module_platform_driver(s3c_rtc_driver);
609609
MODULE_DESCRIPTION("Samsung S3C RTC Driver");
610610
MODULE_AUTHOR("Ben Dooks <ben@simtec.co.uk>");
611611
MODULE_LICENSE("GPL");
612-
MODULE_ALIAS("platform:s3c2410-rtc");

0 commit comments

Comments
 (0)