From: Fabio Estevam Date: Thu, 5 Nov 2015 14:43:27 +0000 (-0200) Subject: blackfin: Use the generic bitops headers X-Git-Tag: v2016.01-rc1~103 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9b0e3fd1c85b2adb9d85ef2d95aa70d0012d2f38;p=u-boot blackfin: 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/blackfin/include/asm/bitops.h b/arch/blackfin/include/asm/bitops.h index cd7e356459..6cde6dbfde 100644 --- a/arch/blackfin/include/asm/bitops.h +++ b/arch/blackfin/include/asm/bitops.h @@ -15,6 +15,10 @@ #include #include +#include +#include +#include +#include #ifdef __KERNEL__ /*