X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fasm-m32r%2Fbitops.h;h=6dc9b81bf9f36544eeacfee071866629f220ce5c;hb=84c3d4aaec3338201b449034beac41635866bddf;hp=902a366101a5dc6b66f173ec5107d8e1b871f366;hpb=d62e54abca1146981fc9f98f85ff398a113a22c2;p=firefly-linux-kernel-4.4.55.git diff --git a/include/asm-m32r/bitops.h b/include/asm-m32r/bitops.h index 902a366101a5..6dc9b81bf9f3 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__ */