Skip to content

Commit ed92a96

Browse files
jhovolddlezcano
authored andcommitted
clocksource/drivers/stm32-lp: Drop unused module alias
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
1 parent 627f3f3 commit ed92a96

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/clocksource/timer-stm32-lp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,5 +289,4 @@ static struct platform_driver stm32_clkevent_lp_driver = {
289289
};
290290
module_platform_driver(stm32_clkevent_lp_driver);
291291

292-
MODULE_ALIAS("platform:stm32-lptimer-timer");
293292
MODULE_DESCRIPTION("STMicroelectronics STM32 clockevent low power driver");

0 commit comments

Comments
 (0)