Browse Source

Add bitops include needed for ext2 filesystem

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Sebastian Macke 12 years ago
parent
commit
b4f5b53603
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/openrisc/include/asm/bitops.h

+ 1 - 0
arch/openrisc/include/asm/bitops.h

@@ -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 */