![]() | |||||||||||||
Messages in this thread |
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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2006-09-09 11:21 [from the cache] ©2003-2008 | |||||||||||||