Skip to content

Commit 3639b35

Browse files
jhovoldalexandrebelloni
authored andcommitted
rtc: stm32: drop unused module alias
The driver only support OF probe so drop the unused platform module alias. Fixes: 4e64350 ("rtc: add STM32 RTC driver") 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 149834a commit 3639b35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/rtc-stm32.c

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

12841284
module_platform_driver(stm32_rtc_driver);
12851285

1286-
MODULE_ALIAS("platform:" DRIVER_NAME);
12871286
MODULE_AUTHOR("Amelie Delaunay <[email protected]>");
12881287
MODULE_DESCRIPTION("STMicroelectronics STM32 Real Time Clock driver");
12891288
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)