]> code.ossystems Code Review - bsp/u-boot.git/commitdiff
blackfin: bitops: Use the generic bitops headers
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 24 Oct 2015 11:33:43 +0000 (09:33 -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/blackfin/include/asm/bitops.h

index cd7e3564595e2ba1bb8eec13e78394024091cdd5..6cde6dbfdef2636c6f8d0094c4d60f72dcaf2855 100644 (file)
 
 #include <asm/byteorder.h>
 #include <asm/system.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>
 
 #ifdef __KERNEL__
 /*