From: Sebastian Macke Date: Fri, 15 Feb 2013 06:54:41 +0000 (+0100) Subject: Add bitops include needed for ext2 filesystem X-Git-Tag: v3.9-rc1~59^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4f5b53603468ef229d16350639e293f12128b62;p=thirdparty%2Fkernel%2Fstable.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 a9e11efae14da..2c64f2228dc7c 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 */