From: Fabio Estevam Date: Thu, 5 Nov 2015 14:43:30 +0000 (-0200) Subject: sandbox: Use the generic bitops headers X-Git-Tag: v2025.01-rc5-pxa1908~11309 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=d308c9efadbe4e2b37bbed134f5782322de87686;p=u-boot.git 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__