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

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

Merge "mhi: mhi_core: move mhi from module_Init to subsys_init"

parents 1e266f61 e8201645
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -557,7 +557,7 @@ DECLARE_PCI_FIXUP_HEADER(MHI_PCIE_VENDOR_ID,


module_exit(mhi_exit);
module_init(mhi_init);
subsys_initcall(mhi_init);

MODULE_LICENSE("GPL v2");
MODULE_ALIAS("MHI_CORE");