diff options
author | Sebastian Macke <sebastian@macke.de> | 2013-02-15 01:54:41 -0500 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-02-17 02:46:21 -0500 |
commit | b4f5b53603468ef229d16350639e293f12128b62 (patch) | |
tree | 714300178386bbdfd59bac0196a15740ea394ff6 /arch/openrisc | |
parent | 8668480eb79f0cbd79d6b584a10604d743853062 (diff) |
Add bitops include needed for ext2 filesystem
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Diffstat (limited to 'arch/openrisc')
-rw-r--r-- | arch/openrisc/include/asm/bitops.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
54 | 54 | ||
55 | #include <asm-generic/bitops/atomic.h> | 55 | #include <asm-generic/bitops/atomic.h> |
56 | #include <asm-generic/bitops/non-atomic.h> | 56 | #include <asm-generic/bitops/non-atomic.h> |
57 | #include <asm-generic/bitops/le.h> | ||
57 | #include <asm-generic/bitops/ext2-atomic.h> | 58 | #include <asm-generic/bitops/ext2-atomic.h> |
58 | 59 | ||
59 | #endif /* __ASM_GENERIC_BITOPS_H */ | 60 | #endif /* __ASM_GENERIC_BITOPS_H */ |