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

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

Merge "soc: qcom: smem: Move to arch_initcall()"

parents 412aac8c e374f88d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1477,4 +1477,4 @@ int __init msm_smem_init(void)
	return 0;
}

module_init(msm_smem_init);
arch_initcall(msm_smem_init);