soc: qcom: glink: Move to arch_initcall()
Glink is used to communicate with the power management processor for cases
like voting for clocks and regulators. Therefore, Glink is critical to the
boot process and should init as early as possible to unblock boot.
Move Glink from module_init() to arch_initcall() to unblock boot.
Change-Id: I3a6cf6036dd6d097cb1c6d424a3a0b162cd1a2ff
Signed-off-by:
Jeffrey Hugo <jhugo@codeaurora.org>
Loading
Please register or sign in to comment