From: Thomas Graf <[EMAIL PROTECTED]> Date: Thu, 14 Dec 2006 00:18:48 +0100
> Not really, the device management inits as subsys, the ip layer hooks > into fs_initcall() which comes right after. The loopback was actually > registered after the protocol so far. I think Adrian's patch is fine > if the module_init() is changed to device_initcall(). module_init == device_initcall when the object is being compiled statically into the kernel, which is always the case for the loopback driver I mentioned this in my original reply to Adrian, just in case anyone happened to actually read that :-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html