X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fbitops.h;h=7a6ea10bd231a051217ddd00b0f9318a604b1878;hb=1ff8419871ea757ae0298aa296bcff9b2ca48561;hp=015cb0d379bd991d42c719d32bd2111f9573b63f;hpb=6f8c480f998a619082f18407f8d7f4c29e94dc6e;p=linux-2.6 diff --git a/include/asm-parisc/bitops.h b/include/asm-parisc/bitops.h index 015cb0d379..7a6ea10bd2 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__ */