From: Fabio Estevam Date: Thu, 5 Nov 2015 14:43:29 +0000 (-0200) Subject: microblaze: Use the generic bitops headers X-Git-Tag: v2016.01-rc1~101 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6e7b7c0abaa8f42d20e22b04bf8df69e76c8909;p=platform%2Fkernel%2Fu-boot.git microblaze: Use the generic bitops headers The generic bitops headers are required when calling logarithmic functions, such as ilog2(). Signed-off-by: Fabio Estevam --- diff --git a/arch/microblaze/include/asm/bitops.h b/arch/microblaze/include/asm/bitops.h index 0ac78d7..d24f2cf 100644 --- a/arch/microblaze/include/asm/bitops.h +++ b/arch/microblaze/include/asm/bitops.h @@ -7,6 +7,10 @@ #include /* swab32 */ #include /* save_flags */ +#include +#include +#include +#include #ifdef __KERNEL__ /*