On Mon, 17 Sep 2007 15:45:11 +0200 [EMAIL PROTECTED] wrote: > From: Daniel Lezcano <[EMAIL PROTECTED]> > > Doing this makes loopback.c a better example of how to do a > simple network device, and it removes the special case > single static allocation of a struct net_device, hopefully > making maintenance easier. >
What is before/after code and data size, does it make code smaller? > > -module_init(loopback_init); > +fs_initcall(loopback_init); > > +struct net_device *loopback_dev; > EXPORT_SYMBOL(loopback_dev); -- Stephen Hemminger <[EMAIL PROTECTED]> - 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