X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fbitops.h;h=7a6ea10bd231a051217ddd00b0f9318a604b1878;hb=7970479c4881e156a0c07c1a7fdc564c8e3b2bfc;hp=03ae287baf89ccd6bd81d10692d14616f9e18ca5;hpb=a9e82d3a02247af6b729be0a963862d70cb25bf9;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-parisc/bitops.h b/include/asm-parisc/bitops.h index 03ae287baf8..7a6ea10bd23 100644 --- a/include/asm-parisc/bitops.h +++ b/include/asm-parisc/bitops.h @@ -1,6 +1,10 @@ #ifndef _PARISC_BITOPS_H #define _PARISC_BITOPS_H +#ifndef _LINUX_BITOPS_H +#error only can be included directly +#endif + #include #include /* for BITS_PER_LONG/SHIFT_PER_LONG */ #include @@ -206,6 +210,7 @@ static __inline__ int fls(int x) return ret; } +#include #include #include #include