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 <johan+linaro@kernel.org> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250423130318.31244-6-johan+linaro@kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent c61f165 commit d5e85c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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 <aghayal@codeaurora.org>");

0 commit comments

Comments
 (0)