[EMAIL PROTECTED] wrote: > > Cleanup initialization to 0. > > Basically it does: > -static unsigned char lanai4_data[20472] __initdata = { > -0x00,0x00, > - a bunch of zeroes > -0x00,0x00, 0x00,0x00, 0x00,0x00, } ; > +static unsigned char lanai4_data[20472] __initdata = { };
Fair enough. If someone regenerates that header then we'll be back to the same silliness. I guess we just need to keep an eye out for that. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/