diff mbox series

[2/2] clk: rockchip: drop MODULE_ALIAS from rk3399 clock controller

Message ID 20210315112502.343699-2-heiko@sntech.de (mailing list archive)
State Awaiting Upstream, archived
Headers show
Series [1/2] clk: rockchip: drop parenthesis from ARM || COMPILE_TEST depends | expand

Commit Message

Heiko Stuebner March 15, 2021, 11:25 a.m. UTC
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>
---
 drivers/clk/rockchip/clk-rk3399.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Boyd March 17, 2021, 1:36 a.m. UTC | #1
Quoting Heiko Stuebner (2021-03-15 04:25:02)
> 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>
diff mbox series

Patch

diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c
index 7df2f1e00347..5fe40a2b5d2e 100644
--- a/drivers/clk/rockchip/clk-rk3399.c
+++ b/drivers/clk/rockchip/clk-rk3399.c
@@ -1655,4 +1655,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");