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

Commit 904334c9 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: boot_marker: change module load order" into dev/msm-4.4-8996au

parents 26b216c9 6002e44f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -151,7 +151,7 @@ static int __init init_bootkpi(void)
	set_bootloader_stats();
	return 0;
}
module_init(init_bootkpi);
subsys_initcall(init_bootkpi);

static void __exit exit_bootkpi(void)
{