From: Fabio Estevam Date: Mon, 26 Oct 2015 15:11:13 +0000 (-0200) Subject: nios2: Use the generic bitops headers X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=254550e8f1eb8dc7671a4d4e974d16c059b23d3e;p=bsp%2Fu-boot.git nios2: Use the generic bitops headers The generic bitops headers are required when calling logarithimic functions, such as ilog2(). Signed-off-by: Fabio Estevam --- diff --git a/arch/nios2/include/asm/bitops.h b/arch/nios2/include/asm/bitops.h index 3e17964f25..ee46f3722c 100644 --- a/arch/nios2/include/asm/bitops.h +++ b/arch/nios2/include/asm/bitops.h @@ -13,4 +13,9 @@ #include #include +#include +#include +#include +#include + #endif /* __ASM_NIOS2_BITOPS_H */