clk: rockchip: drop module parts from rk3399 and rk3568 drivers
authorHeiko Stuebner <heiko@sntech.de>
Wed, 27 Oct 2021 13:26:16 +0000 (15:26 +0200)
committerStephen Boyd <sboyd@kernel.org>
Wed, 3 Nov 2021 00:59:00 +0000 (17:59 -0700)
commit9af0cbeb477cf36327eec4246a60c5e981b2bd1a
tree96bbd745de7942862100787fa8d0df42595b80ec
parent000590a5e20d0781e8dc6936401d59bc5e89482f
clk: rockchip: drop module parts from rk3399 and rk3568 drivers

Both of these drivers were converted to real drivers and got a tristate
build option. But them being builtin_platform_drivers, they only ever
should be build-in - as the name suggests.

So adapt the Kconfig symbol and drop the MODULE_* parts from the drivers.

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