Our implementation of 'make headers_check' is currently _extremely_
simple -- all it does is check that none of the exported header files
are trying to include other header files which aren't also exported.
Mostly, this happens when the unexported headers aren't actually needed
from the user-visible part of the file which includes them. The fix is
usually to move the #include so that it sits inside the #ifdef __KERNEL__
where it's actually used. A few minor fixes follow, to fix 'make
headers_check' in 2.6.18 at least for selected architectures...
--
dwmw2
-
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/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]