X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-v850%2Fbitops.h;h=f82f5b4a56e0d0526d3d2e53023e90ab65aeaab0;hb=55dbc640c31db373fa07eb1e3af9b8eadbdf80db;hp=1fa99baf4e25bbaf2f82daaf1960537bb59bfde8;hpb=45c091bb2d453ce4a8b06cf19872ec7a77fc4799;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-v850/bitops.h b/include/asm-v850/bitops.h index 1fa99baf4e2..f82f5b4a56e 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)