Re: references to non-existent header files under include/linux

From: Sam Ravnborg
Date: Sat Jun 13 2009 - 09:47:43 EST


On Sat, Jun 13, 2009 at 09:35:42AM -0400, Robert P. J. Day wrote:
>
> again, since this output is fairly short, this is a list of
> references throughout the source tree of the form:
>
> #include <linux/whatever>
>
> where there does not appear to be any such header file. might be some
> false positives but i'm not going to agonize over it.
>
>
> === Missing: include/linux/bounds.h ===
> include/linux/mmzone.h:18:#include <linux/bounds.h>
> include/linux/page-flags.h:11:#include <linux/bounds.h>
bounds.h is generated.

> === Missing: include/linux/compile.h ===
> arch/x86/boot/version.c:17:#include <linux/compile.h>
> init/version.c:9:#include <linux/compile.h>
compile.h is generated.

The rest looks like real bugs.
Please submit patches to fix them up.

Sam
--
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/