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

Commit 83d782c7 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" into msm-4.14

parents 7e76cddb 959fc63c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3022,7 +3022,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)
{