Skip to content

Commit

Permalink
Add bitops include needed for ext2 filesystem
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Bonn <jonas@southpole.se>
  • Loading branch information
Sebastian Macke authored and Jonas Bonn committed Feb 17, 2013
1 parent 8668480 commit b4f5b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/openrisc/include/asm/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

0 comments on commit b4f5b53

Please sign in to comment.