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

Commit 728b5843 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: debugcc: Move the initcall for HOLI"

parents 22bb415a 6aad7748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -630,7 +630,7 @@ static int __init clk_debug_holi_init(void)
{
	return platform_driver_register(&clk_debug_driver);
}
arch_initcall_sync(clk_debug_holi_init);
arch_initcall(clk_debug_holi_init);

MODULE_DESCRIPTION("QTI DEBUG CC HOLI Driver");
MODULE_LICENSE("GPL v2");