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 |
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 --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");
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(-)