Add bitops include needed for ext2 filesystem
authorSebastian Macke <sebastian@macke.de>
Fri, 15 Feb 2013 06:54:41 +0000 (07:54 +0100)
committerJonas Bonn <jonas@southpole.se>
Sun, 17 Feb 2013 07:46:21 +0000 (08:46 +0100)
Signed-off-by: Jonas Bonn <jonas@southpole.se>
arch/openrisc/include/asm/bitops.h

index a9e11ef..2c64f22 100644 (file)
@@ -54,6 +54,7 @@
 
 #include <asm-generic/bitops/atomic.h>
 #include <asm-generic/bitops/non-atomic.h>
+#include <asm-generic/bitops/le.h>
 #include <asm-generic/bitops/ext2-atomic.h>
 
 #endif /* __ASM_GENERIC_BITOPS_H */