Skip to content

Commit 9f05c39

Browse files
jhovoldalexandrebelloni
authored andcommitted
rtc: at91rm9200: drop unused module alias
The driver only support OF probe so drop the unused platform module alias. Fixes: 288d9cf ("rtc: at91rm9200: use of_device_get_match_data()") 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-2-johan+linaro@kernel.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
1 parent ead4532 commit 9f05c39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/rtc/rtc-at91rm9200.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,4 +654,3 @@ module_platform_driver_probe(at91_rtc_driver, at91_rtc_probe);
654654
MODULE_AUTHOR("Rick Bronson");
655655
MODULE_DESCRIPTION("RTC driver for Atmel AT91RM9200");
656656
MODULE_LICENSE("GPL");
657-
MODULE_ALIAS("platform:at91_rtc");

0 commit comments

Comments
 (0)