]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clocksource/drivers/stm32-lp: Drop unused module alias
authorJohan Hovold <johan@kernel.org>
Tue, 11 Nov 2025 15:45:16 +0000 (16:45 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 26 Nov 2025 10:25:15 +0000 (11:25 +0100)
The driver cannot be built as a module so drop the unused platform
module alias.

Note that platform aliases are not needed for OF probing should it ever
become possible to build the driver as a module.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://patch.msgid.link/20251111154516.1698-1-johan@kernel.org
drivers/clocksource/timer-stm32-lp.c

index c2a699f5c1dd727d8887de2d7a5eed372c301954..3d804128c765f7eadbd8ca27696e4e6767508bc5 100644 (file)
@@ -289,5 +289,4 @@ static struct platform_driver stm32_clkevent_lp_driver = {
 };
 module_platform_driver(stm32_clkevent_lp_driver);
 
-MODULE_ALIAS("platform:stm32-lptimer-timer");
 MODULE_DESCRIPTION("STMicroelectronics STM32 clockevent low power driver");