Make USB core init an subsys_initcall, like the other buses.
As it's linked after PCI, usb_init() will be called after pci_init(), which is an subsys_initcall, too. Subtle, but right.
Showing
Please register or sign in to comment
As it's linked after PCI, usb_init() will be called after pci_init(), which is an subsys_initcall, too. Subtle, but right.