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 <[email protected]> Fixes: 0d297df ("ARM: s3c: simplify platform code") Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent d5e85c8 commit 149834a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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 <[email protected]>");
611611
MODULE_LICENSE("GPL");
612-
MODULE_ALIAS("platform:s3c2410-rtc");

0 commit comments

Comments
 (0)