8 Sep 2007 21:59
[PATCH 2/2] forbid asm/bitops.h direct inclusion
Jiri Slaby <jirislaby <at> gmail.com>
2007-09-08 19:59:48 GMT
2007-09-08 19:59:48 GMT
forbid asm/bitops.h direct inclusion Because of compile errors that may occur after bit changes if asm/bitops.h is included directly without e.g. linux/kernel.h which includes linux/bitops.h, forbid direct inclusion of asm/bitops.h. Thanks to Adrian Bunk. Signed-off-by: Jiri Slaby <jirislaby <at> gmail.com> Cc: Adrian Bunk <bunk <at> kernel.org> --- commit cd28a228ae727b2224da736edc613c58a08c5ed9 tree 483ca1765baaf80996484889ed3078c4af24be03 parent 3c05eef3d0a98065323d7d6d9a78e0985eba4b10 author Jiri Slaby <jirislaby <at> gmail.com> Sat, 08 Sep 2007 21:02:48 +0200 committer Jiri Slaby <jirislaby <at> gmail.com> Sat, 08 Sep 2007 21:02:48 +0200 include/asm-alpha/bitops.h | 4 ++++ include/asm-arm/bitops.h | 4 ++++ include/asm-avr32/bitops.h | 4 ++++ include/asm-blackfin/bitops.h | 4 ++++ include/asm-cris/bitops.h | 4 ++++ include/asm-frv/bitops.h | 4 ++++ include/asm-generic/bitops.h | 4 ++++ include/asm-h8300/bitops.h | 5 +++++ include/asm-i386/bitops.h | 4 ++++ include/asm-ia64/bitops.h | 4 ++++ include/asm-m32r/bitops.h | 4 ++++ include/asm-m68k/bitops.h | 4 ++++ include/asm-m68knommu/bitops.h | 4 ++++ include/asm-mips/bitops.h | 4 ++++(Continue reading)
RSS Feed