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

Commit 1f1206b9 authored by Zhiqiang Tu's avatar Zhiqiang Tu
Browse files

clk: qcom: change initcall level of virtual clock



Move virtual clock initialization earlier since many modules
are dependent on it.

Change-Id: Iedd8bcc16f9e62f41571a4896e365f9f06fafbf7
Signed-off-by: default avatarZhiqiang Tu <ztu@codeaurora.org>
parent 588adc3a
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)
{