On Mon, Feb 21, 2005 at 02:14:05AM +0000, Matthew Wilcox wrote: > On Sun, Feb 20, 2005 at 09:09:36PM -0500, Jeff Garzik wrote: > > Incorrect. <linux/config.h> is not a standard include; you need to > > include linux/config.h in each file that uses a CONFIG_xxx define. > > sym_hipd.c includes "sym_glue.h" > sym_glue.h includes <linux/config.h> > There is no problem.
Irrelevant. Go look at how config.h stuff works. linux/config.h is a special case with special rules. The rule is: include linux/config.h _in the file_ where CONFIG_xxx symbol is used. Jeff - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html