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

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

Merge "regulator: onsemi: Change initcall level for early probe"

parents 8ee8d7d2 c2f75df3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -665,7 +665,7 @@ int __init ncp6335d_regulator_init(void)
	return i2c_add_driver(&ncp6335d_regulator_driver);
}
EXPORT_SYMBOL(ncp6335d_regulator_init);
subsys_initcall(ncp6335d_regulator_init);
arch_initcall(ncp6335d_regulator_init);

static void __exit ncp6335d_regulator_exit(void)
{