diff options
author | Sebastian Macke <sebastian@macke.de> | 2013-02-15 07:54:41 +0100 |
---|---|---|
committer | Jonas Bonn <jonas@southpole.se> | 2013-02-17 08:46:21 +0100 |
commit | b4f5b53603468ef229d16350639e293f12128b62 (patch) | |
tree | 714300178386bbdfd59bac0196a15740ea394ff6 /arch/openrisc | |
parent | 8668480eb79f0cbd79d6b584a10604d743853062 (diff) | |
download | linux-b4f5b53603468ef229d16350639e293f12128b62.tar.bz2 |
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 @@ #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 */ |