On Sun, May 20, 2007 at 03:06:15PM -0400, Robert P. J. Day wrote: > > In order to eventually break the interdependency between the module.h > and moduleparam.h header files, factor out the common MODULE_INFO > content into a new header file.
The moduleinfo.h file looks redundant at first look. Why not push relevant parts from moduleparam.h (the MODULE_INFO bits) to module.h and let go of the include of moduleparam.h in module.h (when you have fixed the users)? In this way we do not add an extra .h file. And files that needs moduleparam.h will anyway always need module.h. But not the other way around. Sam - 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/