Re: [PATCH] Avoid namespace pollution in <asm/param.h>

From: Dag-Erling Smørgrav
Date: Tue Jan 03 2006 - 06:16:53 EST


Sam Ravnborg <sam@xxxxxxxxxxxx> writes:
> config.h is always implicit included using -include option to gcc,
> so the #include <linux/config.h> is redundant and the correct patch
> would be to get rid of it.

In that case, you have your work cut out for you:

des@xps ~/src/linux-2.6.14.5% grep -r linux/config.h . | wc -l
3777

This is likely to have a significant impact on compilation time...

DES
--
Dag-Erling Smørgrav - des@xxxxxxxxx
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/