From: Fabio Estevam Date: Thu, 5 Nov 2015 14:43:30 +0000 (-0200) Subject: sandbox: Use the generic bitops headers X-Git-Tag: v2016.01-rc1~100 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d308c9efadbe4e2b37bbed134f5782322de87686;p=u-boot sandbox: Use the generic bitops headers The generic bitops headers are required when calling logarithmic functions, such as ilog2(). Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini Reviewed-by: Heiko Schocher Reviewed-by: Jagan Teki --- diff --git a/arch/sandbox/include/asm/bitops.h b/arch/sandbox/include/asm/bitops.h index f1a7aeee93..f27d5e98c5 100644 --- a/arch/sandbox/include/asm/bitops.h +++ b/arch/sandbox/include/asm/bitops.h @@ -21,6 +21,10 @@ #include #include +#include +#include +#include +#include #ifdef __KERNEL__