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

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

Merge "i2c-msm-v2: Use "subsys" instead of "arch" initcall"

parents e92e3d55 2325de5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3027,7 +3027,7 @@ static int i2c_msm_init(void)
{
	return platform_driver_register(&i2c_msm_driver);
}
arch_initcall(i2c_msm_init);
subsys_initcall(i2c_msm_init);

static void i2c_msm_exit(void)
{