]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
ARM: bitops: Use the generic bitops headers
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 24 Oct 2015 11:48:32 +0000 (09:48 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 28 Oct 2015 13:02:27 +0000 (11:02 -0200)
The generic bitops headers are required when calling logarithimic
functions, such as ilog2().

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/include/asm/bitops.h

index 9b78043db719c1ccb9e59f2d5a8f65759e5ddd50..d479a382918b575a0b892b1554d2b665aa7e1d0b 100644 (file)
@@ -190,4 +190,9 @@ found_middle:
 
 #endif /* __KERNEL__ */
 
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/__ffs.h>
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/fls64.h>
+
 #endif /* _ARM_BITOPS_H */