X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fbitops.h;h=7a6ea10bd231a051217ddd00b0f9318a604b1878;hb=45e4a24f7b6b23810142112b5850fe75696a1155;hp=015cb0d379bd991d42c719d32bd2111f9573b63f;hpb=b643b0fdbc59cf6bbb086974b29d2571e9e9f646;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-parisc/bitops.h b/include/asm-parisc/bitops.h index 015cb0d379b..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,8 +210,10 @@ static __inline__ int fls(int x) return ret; } +#include #include #include +#include #include #endif /* __KERNEL__ */