]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
clk: rockchip: drop MODULE_ALIAS from rk3399 clock controller
authorHeiko Stuebner <heiko@sntech.de>
Mon, 15 Mar 2021 11:25:02 +0000 (12:25 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 21 Mar 2021 10:13:30 +0000 (11:13 +0100)
As suggested by Stephen during the rk3568 clock review, the MOUDLE_ALIAS
doesn't serve any meaningful purpose, so drop it from the rk3399 as well.

Suggested-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20210315112502.343699-2-heiko@sntech.de
drivers/clk/rockchip/clk-rk3399.c

index 311ffb3308a89aa2990ae43b12e5b40c4763e6c3..62a4f254396073e0d98e928e9a51c8fc3885aff6 100644 (file)
@@ -1657,4 +1657,3 @@ builtin_platform_driver_probe(clk_rk3399_driver, clk_rk3399_probe);
 
 MODULE_DESCRIPTION("Rockchip RK3399 Clock Driver");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:clk-rk3399");