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

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

Merge "clk: qcom: Change the init for sdxpoorwills clock drivers to subsys"

parents ecef8ce2 961b2f3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1903,7 +1903,7 @@ static int __init gcc_sdxpoorwills_init(void)
{
	return platform_driver_register(&gcc_sdxpoorwills_driver);
}
core_initcall(gcc_sdxpoorwills_init);
subsys_initcall(gcc_sdxpoorwills_init);

static void __exit gcc_sdxpoorwills_exit(void)
{