X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-v850%2Fbitops.h;h=f82f5b4a56e0d0526d3d2e53023e90ab65aeaab0;hb=e2bf3cae515090fefe28329e71230dfe7ab873b1;hp=1fa99baf4e25bbaf2f82daaf1960537bb59bfde8;hpb=8542e5893c2b10b4f6c80149e7dc3fdd2dc38bc6;p=linux-2.6 diff --git a/include/asm-v850/bitops.h b/include/asm-v850/bitops.h index 1fa99baf4e..f82f5b4a56 100644 --- a/include/asm-v850/bitops.h +++ b/include/asm-v850/bitops.h @@ -13,6 +13,9 @@ #ifndef __V850_BITOPS_H__ #define __V850_BITOPS_H__ +#ifndef _LINUX_BITOPS_H +#error only can be included directly +#endif #include /* unlikely */ #include /* swab32 */ @@ -145,6 +148,7 @@ static inline int __test_bit (int nr, const void *addr) #include #include #include +#include #include #define ext2_set_bit_atomic(l,n,a) test_and_set_bit(n,a)