From 254550e8f1eb8dc7671a4d4e974d16c059b23d3e Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 26 Oct 2015 13:11:13 -0200 Subject: [PATCH] nios2: Use the generic bitops headers The generic bitops headers are required when calling logarithimic functions, such as ilog2(). Signed-off-by: Fabio Estevam --- arch/nios2/include/asm/bitops.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */ -- 2.40.1