On Fri, Apr 17, 2015 at 09:22:02AM +0800, yoma sophian wrote: > hi all: > if we build usb driver as module, the dependence is like below: > usb-common.ko > usbcore.ko > ehci-hcd.ko > ... > etc. > if we choose build-in instead of modules, how could we make sure the > initial sequence is indeed followed what we expected? The linker order determines the order of the init functions. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html