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

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

Merge "regulator: rpm-smd-regulator: move regulator init to arch_initcall"

parents 3adbf441 de54c8d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1715,7 +1715,7 @@ static void __exit rpm_vreg_exit(void)
	platform_driver_unregister(&rpm_vreg_resource_driver);
}

module_init(rpm_smd_regulator_driver_init);
arch_initcall(rpm_smd_regulator_driver_init);
module_exit(rpm_vreg_exit);

MODULE_LICENSE("GPL v2");