]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
nios2: Use the generic bitops headers
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 26 Oct 2015 15:11:13 +0000 (13:11 -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>
arch/nios2/include/asm/bitops.h

index 3e17964f25d3a272fc682200dc0dde76183faf01..ee46f3722c1d8d2b2a273cd646ab253c8c09b87e 100644 (file)
@@ -13,4 +13,9 @@
 #include <asm/bitops/non-atomic.h>
 #include <asm/bitops/ffs.h>
 
+#include <asm-generic/bitops/fls.h>
+#include <asm-generic/bitops/__fls.h>
+#include <asm-generic/bitops/fls64.h>
+#include <asm-generic/bitops/__ffs.h>
+
 #endif /* __ASM_NIOS2_BITOPS_H */