Merge "mhi: mhi_core: move mhi from module_Init to subsys_init"
This commit is contained in:
commit
1debce8dc0
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue