From: Sebastian Macke Date: Fri, 15 Feb 2013 06:54:41 +0000 (+0100) Subject: Add bitops include needed for ext2 filesystem X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=b4f5b53603468ef229d16350639e293f12128b62;p=linux-edison.git Add bitops include needed for ext2 filesystem Signed-off-by: Jonas Bonn --- diff --git a/arch/openrisc/include/asm/bitops.h b/arch/openrisc/include/asm/bitops.h index a9e11efae14..2c64f2228dc 100644 --- a/arch/openrisc/include/asm/bitops.h +++ b/arch/openrisc/include/asm/bitops.h @@ -54,6 +54,7 @@ #include #include +#include #include #endif /* __ASM_GENERIC_BITOPS_H */