X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m32r%2Fbitops.h;h=6dc9b81bf9f36544eeacfee071866629f220ce5c;hb=b646fc59b332ef307895558c9cd1359dc2d25813;hp=66ab672162cdc42b8f2b5725d64508e07aea1fb6;hpb=bbe5d235ee201705530a7153b57e141cd77d818b;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-m32r/bitops.h b/include/asm-m32r/bitops.h index 66ab672162c..6dc9b81bf9f 100644 --- a/include/asm-m32r/bitops.h +++ b/include/asm-m32r/bitops.h @@ -11,6 +11,10 @@ * Copyright (C) 2004 Hirokazu Takata */ +#ifndef _LINUX_BITOPS_H +#error only can be included directly +#endif + #include #include #include @@ -255,6 +259,7 @@ static __inline__ int test_and_change_bit(int nr, volatile void * addr) #include #include #include +#include #endif /* __KERNEL__ */