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

Commit d6d94611 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents ae4307a7 4dff25ea
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);