]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
rtc: pm8xxx: drop unused module alias
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 23 Apr 2025 13:03:16 +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: 5a418558cdae ("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>
drivers/rtc/rtc-pm8xxx.c

index 5da237e7b9b290ae064d964ce512aef6fff4e942..e624f848c22b5799d23107518bbfd01b2e93d150 100644 (file)
@@ -683,7 +683,6 @@ static struct platform_driver pm8xxx_rtc_driver = {
 
 module_platform_driver(pm8xxx_rtc_driver);
 
-MODULE_ALIAS("platform:rtc-pm8xxx");
 MODULE_DESCRIPTION("PMIC8xxx RTC driver");
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("Anirudh Ghayal <aghayal@codeaurora.org>");