From: Rusty Russell Date: Sat, 3 Jan 2009 05:07:14 +0000 (+1030) Subject: cris: define __fls X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0999769e6cad9b0e5abb7c513c0c3f16821f0884;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git cris: define __fls Like fls, but can't be handed 0 and returns the bit number. Signed-off-by: Rusty Russell --- diff --git a/arch/cris/include/asm/bitops.h b/arch/cris/include/asm/bitops.h index c0e62f811e09..9e69cfb7f134 100644 --- a/arch/cris/include/asm/bitops.h +++ b/arch/cris/include/asm/bitops.h @@ -148,6 +148,7 @@ static inline int test_and_change_bit(int nr, volatile unsigned long *addr) #define ffs kernel_ffs #include +#include #include #include #include