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

Commit 4dff25ea authored by Anirudh Ghayal's avatar Anirudh Ghayal Committed by Gerrit - the friendly Code Review server
Browse files

gpio: qpnp-pin: Modify the initcall level for qpnp-pin



Change the initcall level from module_init to subsys_initcall
to allow early registration of the driver.

CRs-Fixed: 888582
Change-Id: Ic50070f4d51a5d8ddeef40368d037f295175404e
Signed-off-by: default avatarAnirudh Ghayal <aghayal@codeaurora.org>
parent 0600f6c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1616,5 +1616,5 @@ static void __exit qpnp_pin_exit(void)
MODULE_DESCRIPTION("QPNP PMIC gpio driver");
MODULE_LICENSE("GPL v2");

module_init(qpnp_pin_init);
subsys_initcall(qpnp_pin_init);
module_exit(qpnp_pin_exit);