diff options
author | Heiko Stuebner <heiko@sntech.de> | 2021-03-15 14:25:02 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-03-21 13:13:30 +0300 |
commit | 40f29839d8bef5aecaa772afa8e5f2ff8434b49f (patch) | |
tree | 2ef035922f42b2060d1609284c5a54502ccb7bb8 /drivers/clk/rockchip | |
parent | e8c51b90f22031bf3f24d1f06d23bafac250bb62 (diff) | |
download | linux-40f29839d8bef5aecaa772afa8e5f2ff8434b49f.tar.xz |
clk: rockchip: drop MODULE_ALIAS from rk3399 clock controller
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
Diffstat (limited to 'drivers/clk/rockchip')
-rw-r--r-- | drivers/clk/rockchip/clk-rk3399.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk-rk3399.c b/drivers/clk/rockchip/clk-rk3399.c index 311ffb3308a8..62a4f2543960 100644 --- a/drivers/clk/rockchip/clk-rk3399.c +++ b/drivers/clk/rockchip/clk-rk3399.c @@ -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"); |