瀏覽代碼

Add bitops include needed for ext2 filesystem

Signed-off-by: Jonas Bonn <jonas@southpole.se>
Sebastian Macke 13 年之前
父節點
當前提交
b4f5b53603
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 */