Hi, > We no need to include <linux/compiler.h> to the arch/x86/boot/boot.h, > because boot.h already includes "bitops.h" which already includes > <linux/compiler.h>.
"Depends", I'd say (no pun, and intended :). This currently implicitly working constellation might break both for: - boot.h no longer requiring bitops.h - bitops.h no longer including linux/compiler.h IMHO explicitly #include:ing parts which certain code does actively depend on after all is both a "code honesty" and a documentation issue ("Hmm, which interfaces does this implementation depend on? Ah, yeah...") Food for thought, Andreas Mohr P.S.: thanks for your contribution! -- GNU/Linux. It's not the software that's free, it's you. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/