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

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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 <amelie.delaunay@st.com>");
12881287
MODULE_DESCRIPTION("STMicroelectronics STM32 Real Time Clock driver");
12891288
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)