From a13829742b70e5af77593cf50bd64f2bff633808 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 25 Jun 2012 11:29:46 +0200 Subject: x86: Add missing ffs and fls include Signed-off-by: Sascha Hauer --- arch/x86/include/asm/bitops.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/x86/include/asm/bitops.h b/arch/x86/include/asm/bitops.h index b43afa3f99..830b1a5510 100644 --- a/arch/x86/include/asm/bitops.h +++ b/arch/x86/include/asm/bitops.h @@ -27,6 +27,11 @@ #ifndef _ASM_X86_BITOPS_H_ #define _ASM_X86_BITOPS_H_ -/* nothing special yet */ +#define BITS_PER_LONG 32 + +#include +#include +#include +#include #endif /* _ASM_X86_BITOPS_H_ */ -- cgit v1.2.3