X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-m32r%2Fbitops.h;h=6dc9b81bf9f36544eeacfee071866629f220ce5c;hb=005011211f559113686938c2c252b8ee1ab855b5;hp=902a366101a5dc6b66f173ec5107d8e1b871f366;hpb=d4965b3e2ff94d0c7b7e6e7e9794b54950a2f4b9;p=linux-2.6 diff --git a/include/asm-m32r/bitops.h b/include/asm-m32r/bitops.h index 902a366101..6dc9b81bf9 100644 --- a/include/asm-m32r/bitops.h +++ b/include/asm-m32r/bitops.h @@ -11,7 +11,10 @@ * Copyright (C) 2004 Hirokazu Takata */ -#include +#ifndef _LINUX_BITOPS_H +#error only can be included directly +#endif + #include #include #include @@ -256,6 +259,7 @@ static __inline__ int test_and_change_bit(int nr, volatile void * addr) #include #include #include +#include #endif /* __KERNEL__ */