Re: [U-Boot] [PATCH v7 16/21] avr32: Use the generic bitops headers

2015-11-06 Thread Tom Rini
On Thu, Nov 05, 2015 at 12:43:37PM -0200, Fabio Estevam wrote: > The generic bitops headers are required when calling logarithmic > functions, such as ilog2(). > > Signed-off-by: Fabio Estevam Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

[U-Boot] [PATCH v7 16/21] avr32: Use the generic bitops headers

2015-11-05 Thread Fabio Estevam
The generic bitops headers are required when calling logarithmic functions, such as ilog2(). Signed-off-by: Fabio Estevam --- Changes since v6: - Newly introduced in this series arch/avr32/include/asm/bitops.h | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/avr32/include/asm/bitop