mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
clk: rockchip: clk-pvtm: support module
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Change-Id: I17aa5323ad18b82505e30a44156da358b4ba534f
This commit is contained in:
@@ -207,7 +207,6 @@ static const struct rockchip_clock_pvtm_info rk3368_pvtm_data = {
|
||||
.get_value = rockchip_clock_pvtm_get_value,
|
||||
.init_freq = rockchip_clock_pvtm_init_freq,
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rockchip_clock_pvtm_match);
|
||||
|
||||
static const struct of_device_id rockchip_clock_pvtm_match[] = {
|
||||
{
|
||||
@@ -216,6 +215,7 @@ static const struct of_device_id rockchip_clock_pvtm_match[] = {
|
||||
},
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, rockchip_clock_pvtm_match);
|
||||
|
||||
static int rockchip_clock_pvtm_probe(struct platform_device *pdev)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user