1
0
Fork 0

Add bitops include needed for ext2 filesystem

Signed-off-by: Jonas Bonn <jonas@southpole.se>
hifive-unleashed-5.1
Sebastian Macke 2013-02-15 07:54:41 +01:00 committed by Jonas Bonn
parent 8668480eb7
commit b4f5b53603
1 changed files with 1 additions and 0 deletions

View File

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