diff options
Diffstat (limited to 'include/asm-m68k/bitops.h')
| -rw-r--r-- | include/asm-m68k/bitops.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/asm-m68k/bitops.h b/include/asm-m68k/bitops.h index 0f9e8abe9..e0c35fa7b 100644 --- a/include/asm-m68k/bitops.h +++ b/include/asm-m68k/bitops.h @@ -51,6 +51,7 @@ extern __inline__ int ffs(int x)  	return r;  }  #define __ffs(x) (ffs(x) - 1) +#define ffs  #endif /* __KERNEL__ */ |