From: Sebastian Macke Date: Fri, 15 Feb 2013 06:54:41 +0000 (+0100) Subject: Add bitops include needed for ext2 filesystem X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~9329^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b4f5b53603468ef229d16350639e293f12128b62;p=linux-4.9.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 a9e11efae14d..2c64f2228dc7 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 */