diff options
Diffstat (limited to 'include/asm-sh/bitops.h')
| -rw-r--r-- | include/asm-sh/bitops.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/asm-sh/bitops.h b/include/asm-sh/bitops.h index 410fba46e..95167bd45 100644 --- a/include/asm-sh/bitops.h +++ b/include/asm-sh/bitops.h @@ -146,6 +146,8 @@ static inline int ffs (int x)  	}  	return r;  } +#define ffs +  #endif /* __KERNEL__ */  #endif /* __ASM_SH_BITOPS_H */ |