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 <[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 ead4532 commit 9f05c39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)