microblaze: Use the generic bitops headers
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 5 Nov 2015 14:43:29 +0000 (12:43 -0200)
committerTom Rini <trini@konsulko.com>
Thu, 5 Nov 2015 15:52:11 +0000 (10:52 -0500)
The generic bitops headers are required when calling logarithmic
functions, such as ilog2().

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
arch/microblaze/include/asm/bitops.h

index 0ac78d76f9c387288c02f260034bdb10844d3ad6..d24f2cf9d36caf8616fbdeb04882bfb1f914752d 100644 (file)
@@ -7,6 +7,10 @@
 
 #include <asm/byteorder.h>     /* swab32 */
 #include <asm/system.h>                /* save_flags */
+#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__
 /*