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

Commit bd996817 authored by Kyle Yan's avatar Kyle Yan Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: mdss: init mdss pll driver at subsys level" into msm-4.8

parents 6115c76b cee50fd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ static int __init mdss_pll_driver_init(void)

	return rc;
}
fs_initcall(mdss_pll_driver_init);
subsys_initcall(mdss_pll_driver_init);

static void __exit mdss_pll_driver_deinit(void)
{