diff options
Diffstat (limited to 'bitops.h')
-rw-r--r-- | bitops.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ static unsigned long bitops_ffsl(unsigned long word) * * Undefined if no set bit exists, so code should check against 0 first. */ -static __always_inline unsigned long bitops_flsl(unsigned long word) +static inline unsigned long bitops_flsl(unsigned long word) { int num = BITS_PER_LONG - 1; |