File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1656,7 +1656,7 @@ static struct platform_driver clk_rk3399_driver = {
1656
1656
.suppress_bind_attrs = true,
1657
1657
},
1658
1658
};
1659
- builtin_platform_driver_probe (clk_rk3399_driver , clk_rk3399_probe );
1659
+ module_platform_driver_probe (clk_rk3399_driver , clk_rk3399_probe );
1660
1660
1661
1661
MODULE_DESCRIPTION ("Rockchip RK3399 Clock Driver" );
1662
1662
MODULE_LICENSE ("GPL" );
Original file line number Diff line number Diff line change @@ -1719,7 +1719,7 @@ static struct platform_driver clk_rk3568_driver = {
1719
1719
.suppress_bind_attrs = true,
1720
1720
},
1721
1721
};
1722
- builtin_platform_driver_probe (clk_rk3568_driver , clk_rk3568_probe );
1722
+ module_platform_driver_probe (clk_rk3568_driver , clk_rk3568_probe );
1723
1723
1724
1724
MODULE_DESCRIPTION ("Rockchip RK3568 Clock Driver" );
1725
1725
MODULE_LICENSE ("GPL" );
You can’t perform that action at this time.
0 commit comments