Skip to content

Commit d6fbdae

Browse files
lategoodbyebebarino
authored andcommitted
clk: bcm: rpi: Drop module alias
Since commit fbac2e7 ("clk: bcm: rpi: Allow the driver to be probed by DT") the module alias isn't necessary anymore. So we can drop it. Signed-off-by: Stefan Wahren <wahrenst@gmx.net> Link: https://lore.kernel.org/r/20250415185614.16292-1-wahrenst@gmx.net Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
1 parent 1dc5da9 commit d6fbdae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/clk/bcm/clk-raspberrypi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,4 +480,3 @@ module_platform_driver(raspberrypi_clk_driver);
480480
MODULE_AUTHOR("Nicolas Saenz Julienne <nsaenzjulienne@suse.de>");
481481
MODULE_DESCRIPTION("Raspberry Pi firmware clock driver");
482482
MODULE_LICENSE("GPL");
483-
MODULE_ALIAS("platform:raspberrypi-clk");

0 commit comments

Comments
 (0)