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

index fa39fa3fc6b7b69b8eba821bc7430d86fb9af6dd..c66f730c88823eaea5fa967fda1b9876e155f111 100644 (file)
@@ -9,4 +9,9 @@
 #ifndef _SPARC_BITOPS_H
 #define _SPARC_BITOPS_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                         /* _SPARC_BITOPS_H */