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

Commit 963bf847 authored by Anant Goel's avatar Anant Goel
Browse files

clk: qcom: Change init level for virtio clock



Change the init level for the virtio clock driver
from subsys_initcall to subsys_initcall_sync to
support driver functionality.

Change-Id: Ib9cf39c6522dcd847b00c742ca4916ae4c1da0ff
Signed-off-by: default avatarAnant Goel <anantg@codeaurora.org>
parent dc9a2b8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -718,7 +718,7 @@ static void __exit virtio_clk_fini(void)
{
	unregister_virtio_driver(&virtio_clk_driver);
}
subsys_initcall(virtio_clk_init);
subsys_initcall_sync(virtio_clk_init);
module_exit(virtio_clk_fini);

MODULE_DEVICE_TABLE(virtio, id_table);