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

Commit 3872b8f7 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: glink: Move to arch_initcall()"

parents c8baea17 605329dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4206,7 +4206,7 @@ static int glink_init(void)

	return 0;
}
module_init(glink_init);
arch_initcall(glink_init);

MODULE_DESCRIPTION("MSM Generic Link (G-Link) Transport");
MODULE_LICENSE("GPL v2");