On Sat, May 02, 2009 at 09:36:03AM -0400, Sergey Vlasov wrote: > On Fri, May 01, 2009 at 07:28:58PM -0700, David VomLehn wrote: ... > > diff --git a/net/core/dev.c b/net/core/dev.c > > index 308a7d0..73cb282 100644 > > --- a/net/core/dev.c > > +++ b/net/core/dev.c > > -late_initcall(ip_auto_config); > > +static void __init ip_auto_config_async(void *data, async_cookie_t cookie) > > +{ > > + ip_auto_config(); > > +} > > + > > +static async_cookie_t ic_cookie; > > This write-only variable is useless. Agreed. Thanks! David VomLehn -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html