Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e08c87d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: change initcall level of virtual clock"

parents 6b1c4897 1f1206b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -655,7 +655,7 @@ static int __init clk_virt_init(void)
{
	return platform_driver_register(&clk_virt_driver);
}
fs_initcall(clk_virt_init);
subsys_initcall_sync(clk_virt_init);

static void __exit clk_virt_exit(void)
{