> From: David Howells <[EMAIL PROTECTED]> > > Fix unannotated variable declarations. Variables that have allocation section > annotations (such as __meminitdata) on their definitions must also have them > on > their declarations as not doing so may affect the addressing mode used by the > compiler and may result in a linker error.
Right. Thanks. Acked-by: Yasunori Goto <[EMAIL PROTECTED]> -- Yasunori Goto - 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/

