Skip to content

Commit d5e85c8

Browse files
jhovoldalexandrebelloni
authored andcommitted
rtc: pm8xxx: drop unused module alias
The driver only support OF probe so drop the unused platform module alias. Fixes: 5a41855 ("rtc: pm8xxx: add support for devicetree") Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexandre Belloni <[email protected]>
1 parent c61f165 commit d5e85c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/rtc-pm8xxx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ static struct platform_driver pm8xxx_rtc_driver = {
683683

684684
module_platform_driver(pm8xxx_rtc_driver);
685685

686-
MODULE_ALIAS("platform:rtc-pm8xxx");
687686
MODULE_DESCRIPTION("PMIC8xxx RTC driver");
688687
MODULE_LICENSE("GPL v2");
689688
MODULE_AUTHOR("Anirudh Ghayal <[email protected]>");

0 commit comments

Comments
 (0)