X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-h8300%2Fbitops.h;h=cb18e3b0aa948520b8f7321e6ead3d00eb1d5cf2;hb=1bf99477226963d84b182b3995e355d3091199be;hp=574f57b6c4d1852630f830a1da0f660a4c076efa;hpb=0bb065f29bffc7895f0dbac1fc7d74b3a8d357a9;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-h8300/bitops.h b/include/asm-h8300/bitops.h index 574f57b6c4d..cb18e3b0aa9 100644 --- a/include/asm-h8300/bitops.h +++ b/include/asm-h8300/bitops.h @@ -6,11 +6,15 @@ * Copyright 2002, Yoshinori Sato */ -#include #include #include #ifdef __KERNEL__ + +#ifndef _LINUX_BITOPS_H +#error only can be included directly +#endif + /* * Function prototypes to keep gcc -Wall happy */ @@ -195,6 +199,7 @@ static __inline__ unsigned long __ffs(unsigned long word) #include #include #include +#include #include #include #include