From: Fabio Estevam Date: Sat, 24 Oct 2015 11:33:43 +0000 (-0200) Subject: blackfin: bitops: Use the generic bitops headers X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d068eae4256df43afe05e26567f861580c122e10;p=bsp%2Fu-boot.git blackfin: bitops: Use the generic bitops headers The generic bitops headers are required when calling logarithimic functions, such as ilog2(). Signed-off-by: Fabio Estevam Reviewed-by: Tom Rini --- 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__ /*