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

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

Merge "msm: smd: Move to arch_initcall()"

parents b80b892e 7c0c5aff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3169,7 +3169,7 @@ int __init msm_smd_init(void)
	return 0;
}

module_init(msm_smd_init);
arch_initcall(msm_smd_init);

MODULE_DESCRIPTION("MSM Shared Memory Core");
MODULE_AUTHOR("Brian Swetland <swetland@google.com>");